- Sort Score
- Result 10 results
- Languages All
Results 2031 - 2040 of 2,360 for cname (0.02 sec)
-
src/main/java/org/codelibs/fess/app/web/admin/fileauth/AdminFileauthAction.java
* */ public class AdminFileauthAction extends FessAdminAction { /** * Default constructor. */ public AdminFileauthAction() { super(); } /** The role name for file authentication administration. */ public static final String ROLE = "admin-fileauth"; /** Logger for this class. */ private static final Logger logger = LogManager.getLogger(AdminFileauthAction.class);Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 19.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/ResourceUtil.java
final String s = url.toExternalForm(); return URLUtil.decode(s, "UTF8"); } /** * Returns the file name of the resource. * * @param url * The resource URL. Must not be {@literal null}. * @return The file name. */ public static String getFileName(final URL url) { assertArgumentNotNull("url", url);Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 14.7K bytes - Viewed (0) -
src/test/java/jcifs/internal/fscc/FileSystemInformationTest.java
void testToString() { String result = fileFsSizeInfo.toString(); assertNotNull(result); assertTrue(result.contains("SmbInfoAllocation")); // Note: toString() uses this name assertTrue(result.contains("alloc=")); assertTrue(result.contains("free=")); } } @Nested @DisplayName("FileFsFullSizeInformation Implementation Tests")
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 18.1K bytes - Viewed (0) -
src/main/webapp/WEB-INF/view/searchResults.jsp
</ol> <aside class="col-md-4 d-none d-md-block"> <%-- Side Content --%> <c:if test="${facetResponse != null}"> <c:forEach var="fieldData" items="${facetResponse.fieldList}"> <c:if test="${fieldData.name == 'label' && fieldData.valueCountMap.size() > 0}"> <ul class="list-group mb-2"> <li class="list-group-item text-uppercase"><la:message key="labels.facet_label_title" /></li>Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Jan 18 05:32:37 UTC 2025 - 9.1K bytes - Viewed (0) -
src/test/resources/plugin/repo2/index.html
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 13 07:34:14 UTC 2019 - 10.5K bytes - Viewed (0) -
docs/em/docs/tutorial/security/simple-oauth2.md
๐ฅ ๐ โ๏ธ **FastAPI** ๐โโ ๐ ๐ค `username` & `password`. Oauth2๏ธโฃ โ ๐ ๐โ โ๏ธ "๐ ๐ง" (๐ ๐ฅ โ๏ธ) ๐ฉโ๐ป/๐ฉโ๐ป ๐ ๐จ `username` & `password` ๐ ๐จ ๐ฝ. & ๐ ๐ฌ ๐ ๐ โ๏ธ ๐ ๐ ๐. `user-name` โ๏ธ `email` ๐ซ๐ ๐ท. โ๏ธ ๐ซ ๐, ๐ ๐ช ๐ฆ โซ๏ธ ๐ ๐ ๐ ๐ ๐ฉโ๐ป ๐ธ. & ๐ ๐ฝ ๐ท ๐ช โ๏ธ ๐ ๐ ๐ ๐ ๐. โ๏ธ ๐ณ *โก ๐ ๏ธ*, ๐ฅ ๐ช โ๏ธ ๐ ๐ ๐ โฎ๏ธ ๐ (& ๐ช, ๐ผ, โ๏ธ ๐ ๏ธ ๐ ๏ธ ๐งพ โ๏ธ).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 7.7K bytes - Viewed (0) -
docs/en/docs/tutorial/request-files.md
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 7.3K bytes - Viewed (0) -
docs/ja/docs/tutorial/metadata.md
<img src="/img/tutorial/metadata/image01.png"> ## ใฟใฐใฎใใใฎใกใฟใใผใฟ ใใใซใใใฉใกใผใฟ `openapi_tags` ใไฝฟใใจใpath operations ใใฐใซใผใๅใใใใใใฎ่คๆฐใฎใฟใฐใซ้ขใใใกใฟใใผใฟใ่ฟฝๅ ใงใใพใใ ใใใใใฎใฟใฐๆฏใซใฒใจใคใฎ่พๆธใๅซใใชในใใใจใใพใใ ใใใใใฎ่พๆธใฏไปฅไธใใใคใใจใใงใใพใ: * `name` (**ๅฟ ้ **): *path operations* ใใใณ `APIRouter` ใฎ `tags` ใใฉใกใผใฟใผใงไฝฟ็จใใใฎใจๅใใฟใฐๅใงใใ `str`ใ * `description`: ใฟใฐใฎ็ฐกๅใช่ชฌๆๆใงใใ `str`ใ Markdownใง่จ่ฟฐใงใใใใญใฅใกใณใUIใซ่กจ็คบใใใพใใ * `externalDocs`: ๅค้จใใญใฅใกใณใใ่ชฌๆใใใใใฎ `dict`:
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.5K bytes - Viewed (0) -
docs/fr/docs/deployment/docker.md
---> 100% ``` </div> ## Dรฉmarrer le conteneur Docker * Exรฉcutez un conteneur basรฉ sur votre imageย : <div class="termy"> ```console $ docker run -d --name mycontainer -p 80:80 myimage ``` </div> Vous disposez maintenant d'un serveur FastAPI optimisรฉ dans un conteneur Docker. Configurรฉ automatiquement pour votre serveur actuel (et le nombre de cลurs du CPU).
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 7.5K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/exception/CommandExecutionExceptionTest.java
// Both instances should be of the same class assertEquals(exception1.getClass(), exception2.getClass()); // Test serialization compatibility by checking class name assertEquals("org.codelibs.fess.exception.CommandExecutionException", exception1.getClass().getName()); } public void test_exceptionThrown() {Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Tue Aug 19 14:09:36 UTC 2025 - 9.2K bytes - Viewed (0)