- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 33 for pidfile (0.06 sec)
-
src/test/java/org/codelibs/fess/mylasta/action/FessLabelsTest.java
// Test profile related labels assertEquals("{labels.profile}", FessLabels.LABELS_PROFILE); assertEquals("{labels.profile.title}", FessLabels.LABELS_PROFILE_TITLE); assertEquals("{labels.profile.update}", FessLabels.LABELS_PROFILE_UPDATE); assertEquals("{labels.profile.back}", FessLabels.LABELS_PROFILE_BACK);
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 13.8K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.logout_button=Logout labels.profile=Change Password labels.administration=Administration labels.profile_button=Settings labels.profile.title=Settings labels.profile.update=Update labels.profile.back=Back labels.profile.placeholder_old_password=Current Password labels.profile.placeholder_new_password=New Password labels.profile.placeholder_confirm_new_password=Confirm New Password
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
android/pom.xml
<version>0.8.0</version> <extensions>true</extensions> </plugin> </plugins> </build> </profile> <profile> <id>suppress-open-jre-modules-for-toolchain-1.8</id> <activation> <property> <name>surefire.toolchain.version</name>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 24.3K bytes - Viewed (0) -
pom.xml
<version>0.8.0</version> <extensions>true</extensions> </plugin> </plugins> </build> </profile> <profile> <id>suppress-open-jre-modules-for-toolchain-1.8</id> <activation> <property> <name>surefire.toolchain.version</name>
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Thu Sep 04 21:35:58 UTC 2025 - 23.9K bytes - Viewed (0) -
src/main/resources/fess_label_zh_TW.properties
labels.logout=登出 labels.do_you_want_to_logout=您要登出嗎? labels.logout_button=登出 labels.profile=更改密碼 labels.administration=管理 labels.profile_button=設定 labels.profile.title= 設定 labels.profile.update= 更新 labels.profile.back= 返回 labels.profile.placeholder_old_password= 目前密碼 labels.profile.placeholder_new_password= 新密碼 labels.profile.placeholder_confirm_new_password= 確認新密碼 labels.top.search=搜尋 labels.index_title=Fess
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/advance.jsp
</a> <div class="dropdown-menu" aria-labelledby="userMenu"> <c:if test="${editableUser == true}"> <la:link href="/profile" styleClass="dropdown-item"> <la:message key="labels.profile" /> </la:link> </c:if> <c:if test="${adminUser == true}"> <la:link href="/admin" styleClass="dropdown-item">
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 12:09:07 UTC 2025 - 14.1K bytes - Viewed (0) -
src/main/resources/fess_label.properties
labels.logout_button=Logout labels.profile=Change Password labels.administration=Administration labels.profile_button=Settings labels.profile.title=Settings labels.profile.update=Update labels.profile.back=Back labels.profile.placeholder_old_password=Current Password labels.profile.placeholder_new_password=New Password labels.profile.placeholder_confirm_new_password=Confirm New Password
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jun 28 08:40:50 UTC 2025 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.logout_button=Abmelden labels.profile=Passwort ändern labels.administration=Verwaltung labels.profile_button=Einstellungen labels.profile.title=Einstellungen labels.profile.update=Aktualisieren labels.profile.back=Zurück labels.profile.placeholder_old_password=Aktuelles Passwort labels.profile.placeholder_new_password=Neues Passwort labels.profile.placeholder_confirm_new_password=Neues Passwort bestätigen
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/main/resources/fess_label_pl.properties
labels.logout_button=Wyloguj się labels.profile=Zmień hasło labels.administration=Administracja labels.profile_button=Ustawienia labels.profile.title= Ustawienia labels.profile.update= Aktualizuj labels.profile.back= Wróć labels.profile.placeholder_old_password= Bieżące hasło labels.profile.placeholder_new_password= Nowe hasło labels.profile.placeholder_confirm_new_password= Potwierdź nowe hasło
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 44.6K bytes - Viewed (0) -
guava-tests/test/com/google/common/io/FilesTest.java
File asciiFile = getTestFile("ascii.txt"); File dir = asciiFile.getParentFile(); assertTrue(Files.isDirectory().apply(dir)); assertFalse(Files.isFile().apply(dir)); assertFalse(Files.isDirectory().apply(asciiFile)); assertTrue(Files.isFile().apply(asciiFile)); } /** Returns a root path for the file system. */ private static File root() { return File.listRoots()[0]; }
Registered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Mon Jul 14 14:44:08 UTC 2025 - 22.1K bytes - Viewed (0)