- Sort Score
- Result 10 results
- Languages All
Results 2491 - 2500 of 2,946 for Gname (0.09 sec)
- 
				
				src/main/java/org/codelibs/fess/app/web/admin/sereq/AdminSereqAction.java* */ public class AdminSereqAction extends FessAdminAction { /** * Default constructor. */ public AdminSereqAction() { super(); } /** Role name for admin search request operations */ public static final String ROLE = "admin-sereq"; private static final Logger logger = LogManager.getLogger(AdminSereqAction.class); @OverrideRegistered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 7.2K bytes - Viewed (0)
- 
				
				src/main/java/org/codelibs/fess/app/web/api/admin/documents/ApiAdminDocumentsAction.java}); return asJson(new ApiBulkResponse().items(Arrays.stream(response.getItems()).map(item -> { final Map<String, Object> itemMap = new HashMap<>(); itemMap.put("result", item.status().name()); if (item.isFailed()) { itemMap.put("message", item.getFailureMessage()); } else { itemMap.put("id", item.getId()); } return itemMap;Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 8.3K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb1/UniAddressTest.javaassertThrows(UnknownHostException.class, () -> UniAddress.getAllByName(null, false), "getAllByName should throw UnknownHostException for null name"); } Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.9K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/smb/SmbRenewableCredentialsTest.javaArguments.of("returns null", (Supplier<SmbRenewableCredentials>) NullRenewingCreds::new, false, false)); } @ParameterizedTest(name = "renew() {0}") @MethodSource("implementations") @DisplayName("renew() behaviors across implementations") Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7K bytes - Viewed (0)
- 
				
				src/test/java/jcifs/dcerpc/msrpc/SamrPolicyHandleTest.javaverify(mockHandle).sendrecv(captor.capture()); assertEquals("\\\\", captor.getValue().system_name); // Verify server name in RPC call } } @Test void testConstructor_FallbackToConnect2() throws IOException { // Test case: Constructor with DCERPC_FAULT_OP_RNG_ERROR, should fallback to MsrpcSamrConnect2 Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.4K bytes - Viewed (0)
- 
				
				docs/pt/docs/how-to/separate-openapi-schemas.md* para **saída**, ele será **obrigatório** (e possivelmente `None`, ou em termos de JSON, `null`) ### Modelo para Saída na Documentação Você pode verificar o modelo de saída na documentação também, ambos `name` e `description` são marcados como **obrigatórios** com um **asterisco vermelho**: <div class="screenshot"> <img src="/img/tutorial/separate-openapi-schemas/image03.png"> </div> Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Nov 18 02:25:44 UTC 2024 - 4.5K bytes - Viewed (0)
- 
				
				cmd/batch-replicate.goRegistered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Aug 01 12:53:30 UTC 2024 - 6.3K bytes - Viewed (0)
- 
				
				fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/impl/MimeTypeHelperImpl.java* String contentType = mimeTypeHelper.getContentType(inputStream, filename); * </pre> */ public class MimeTypeHelperImpl implements MimeTypeHelper { /** The resource name for the MIME types configuration file. */ protected static final String MIME_TYPES_RESOURCE_NAME = "/org/codelibs/fess/crawler/mime/tika-mimetypes.xml"; /** The MimeTypes instance for detecting MIME types. */ Registered: Sun Sep 21 03:50:09 UTC 2025 - Last Modified: Sun Jul 06 02:13:03 UTC 2025 - 6.5K bytes - Viewed (0)
- 
				
				android/guava/src/com/google/common/util/concurrent/AbstractScheduledService.java* instance. This method is guaranteed to only be called once. * * <p>By default this returns a new {@link ScheduledExecutorService} with a single thread pool * that sets the name of the thread to the {@linkplain #serviceName() service name}. Also, the * pool will be {@linkplain ScheduledExecutorService#shutdown() shut down} when the service * {@linkplain Service.State#TERMINATED terminates} or {@linkplain Service.State#TERMINATEDRegistered: Fri Sep 05 12:43:10 UTC 2025 - Last Modified: Sat Aug 09 01:14:59 UTC 2025 - 27.7K bytes - Viewed (0)
- 
				
				src/main/webapp/css/admin/adminlte.min.css.mapbackground-color: rgba($dark, .7);\n color: $gray-100;\n }\n\n @each $name, $color in $theme-colors-alt {\n @include toast-variant($name, $color);\n }\n\n @each $name, $color in $colors-alt {\n @include toast-variant($name, $color);\n }\n }\n}\n\n\n.toast {\n @each $name, $color in $theme-colors {\n @include toast-variant($name, $color);\n }\n @each $name, $color in $colors {\n @include toast-variant($name, $color);\n }\n}\n","//\n// Mixins: Toasts\n//\n\n// Toast Variant\n@mixin... Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 3.7M bytes - Viewed (1)