- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 4,223 for not (0.01 sec)
-
src/main/java/org/codelibs/core/io/ResourceUtil.java
* Returns the resource from the specified class loader. Returns <code>null</code> if not found. * * @param path * The resource path. Must not be {@literal null} or empty string. * @param extension * The resource extension. * @param loader * The class loader to search for the resource. Must not be {@literal null}. * @return The resource {@link URL}
Registered: 2025-12-20 08:55 - Last Modified: 2025-07-31 08:16 - 14.7K bytes - Viewed (0) -
src/main/java/jcifs/smb1/smb1/NtStatus.java
"Indicates a Windows NT Server could not be contacted or that objects within the domain are protected such that necessary information could not be retrieved.", "The specified domain did not exist.", "The directory name is invalid.", "Access is denied.", "The format of the specified computer name is invalid.", "The pipe has been ended.", "The specified local group does not exist.",Registered: 2025-12-20 13:44 - Last Modified: 2025-08-31 08:00 - 13.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/xml/DomUtil.java
Registered: 2025-12-20 08:55 - Last Modified: 2025-07-31 08:16 - 10.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/nio/ChannelUtil.java
*/ public abstract class ChannelUtil { /** * Do not instantiate. */ protected ChannelUtil() { } /** * Returns a {@link ByteBuffer} that maps the file channel to memory. * * @param channel * The file channel. Must not be {@literal null}. * @param mode * The mode. Must not be {@literal null}.Registered: 2025-12-20 08:55 - Last Modified: 2025-07-31 08:16 - 5.6K bytes - Viewed (0) -
docs/pt/llm-prompt.md
* bug: bug * context manager: gerenciador de contexto * cross domain: cross domain (do not translate to "domĂnio cruzado") * cross origin: cross origin (do not translate to "origem cruzada") * Cross-Origin Resource Sharing: Cross-Origin Resource Sharing (do not translate to "Compartilhamento de Recursos de Origem Cruzada") * Deep Learning: Deep Learning (do not translate to "Aprendizado Profundo") * dependable: dependable * dependencies: dependĂȘncias
Registered: 2025-12-28 07:19 - Last Modified: 2025-12-17 20:41 - 3.1K bytes - Viewed (0) -
src/main/java/org/codelibs/core/lang/ClassLoaderUtil.java
* @param targetClass * The target class. Must not be {@literal null}. * @param name * The resource name. Must not be {@literal null} or an empty string. * @return An iterator of URL objects for the resources. If no resources are found, the iterator will be empty. * Resources that the class loader does not have access to will not be included. * @see java.lang.ClassLoader#getResources(String)Registered: 2025-12-20 08:55 - Last Modified: 2025-07-31 08:16 - 7.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/ContainerNotAvailableException.java
* @param componentName The name of the component that is not available. */ public ContainerNotAvailableException(final String componentName) { super(componentName + " is not available."); this.componentName = componentName; } /** * Constructor with component name and cause. * @param componentName The name of the component that is not available. * @param cause The cause of the exception.Registered: 2025-12-20 09:19 - Last Modified: 2025-11-19 08:04 - 2.2K bytes - Viewed (0) -
src/main/java/org/codelibs/core/io/ClassTraversalUtil.java
Registered: 2025-12-20 08:55 - Last Modified: 2025-07-31 08:16 - 9.5K bytes - Viewed (0) -
src/main/assemblies/files/generate-thumbnail
if [[ -z "${im_cmd}" ]] ; then echo "ImageMagick (convert or magick) does not exist." exit 1 fi check_command pdftoppm check_command unoconv tmp_pdf_file=/tmp/thumbnail.$$.pdf unoconv -e PageRange=1-1 -o ${tmp_pdf_file} -f pdf "${target_file}" if [[ ! -f ${tmp_pdf_file} ]] ; then echo "unoconv does not work." exit 1 fi tmp_png_prefix=/tmp/thumbnail.png.$$
Registered: 2025-12-20 09:19 - Last Modified: 2025-12-04 08:02 - 3.9K bytes - Viewed (0) -
src/test/java/jcifs/smb/DirFileEntryAdapterIteratorTest.java
assertNotNull(first, "First element should not be null"); assertEquals("file1.txt", first.getName()); assertTrue(iterator.hasNext(), "Should have second element"); SmbResource second = iterator.next(); assertNotNull(second, "Second element should not be null"); assertEquals("file2.txt", second.getName()); assertFalse(iterator.hasNext(), "Should not have more elements");
Registered: 2025-12-20 13:44 - Last Modified: 2025-08-14 07:14 - 14.4K bytes - Viewed (0)