- Sort Score
- Result 10 results
- Languages All
Results 421 - 430 of 817 for directorio (0.05 sec)
-
src/main/java/org/codelibs/core/io/ResourceUtil.java
return path.substring(0, extPos); } return path; } /** * Returns the root directory where the class file of the specified class is located. * * @param clazz * The class. Must not be {@literal null}. * @return The root directory. * @see #getBuildDir(String) */ public static File getBuildDir(final Class<?> clazz) {
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 14.7K bytes - Viewed (0) -
integration-tests/gradle/gradlew.bat
goto fail :findJavaFromJavaHome set JAVA_HOME=%JAVA_HOME:"=% set JAVA_EXE=%JAVA_HOME%/bin/java.exe if exist "%JAVA_EXE%" goto execute echo. 1>&2 echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 1>&2 echo. 1>&2 echo Please set the JAVA_HOME variable in your environment to match the 1>&2 echo location of your Java installation. 1>&2 goto fail :execute @rem Setup the command line
Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Jul 21 19:14:29 UTC 2025 - 2.8K bytes - Viewed (0) -
docs/multi-tenancy/README.md
3. [Cloud Scale Deployment](#cloud-scale-deployment) ## 1. Standalone Deployment To host multiple tenants on a single machine, run one MinIO Server per tenant with a dedicated HTTPS port, configuration, and data directory. ### 1.1 Host Multiple Tenants on a Single Drive Use the following commands to host 3 tenants on a single drive: ```sh minio server --address :9001 /data/tenant1 minio server --address :9002 /data/tenant2
Registered: Sun Dec 28 19:28:13 UTC 2025 - Last Modified: Tue Aug 12 18:20:36 UTC 2025 - 3.1K bytes - Viewed (0) -
docs/ru/docs/tutorial/index.md
<span style="background-color:#009485"><font color="#D3D7CF"> FastAPI </font></span> Starting development server π Searching for package file structure from directories with <font color="#3465A4">__init__.py</font> files Importing from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font>
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Sep 30 11:24:39 UTC 2025 - 6.9K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb1/com/SmbComSetInformation.java
import jcifs.internal.smb1.ServerMessageBlock; import jcifs.internal.util.SMBUtil; /** * SMB1 COM_SET_INFORMATION command implementation. * * This command sets file attributes and last write time for a file or directory. * * @author mbechler */ public class SmbComSetInformation extends ServerMessageBlock { private final int fileAttributes; private final long lastWriteTime; /**Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 3K bytes - Viewed (0) -
docs/ko/docs/tutorial/static-files.md
μμΈν λ΄μ©μ **μλ ¨λ μ¬μ©μ μλ΄μ**μμ νμΈν μ μμ΅λλ€. ## μΈλΆμ¬ν 첫 λ²μ§Έ `"/static"`μ μ΄ "νμ μμ© νλ‘κ·Έλ¨"μ΄ "λ§μ΄νΈ"λ νμ κ²½λ‘λ₯Ό κ°λ¦¬ν΅λλ€. λ°λΌμ `"/static"`μΌλ‘ μμνλ λͺ¨λ κ²½λ‘λ `"/static"`μΌλ‘ μ²λ¦¬λ©λλ€. `'directory="static"`μ μ μ νμΌμ΄ λ€μ΄ μλ λλ ν 리μ μ΄λ¦μ λνλ λλ€. `name="static"`μ **FastAPI**μμ λ΄λΆμ μΌλ‘ μ¬μ©ν μ μλ μ΄λ¦μ μ 곡ν©λλ€. μ΄ λͺ¨λ λ§€κ°λ³μλ "`static`"κ³Ό λ€λ₯Ό μ μμΌλ©°, μ¬μ©μ μμ© νλ‘κ·Έλ¨μ μꡬ μ¬ν λ° κ΅¬μ²΄μ μΈ μΈλΆ μ 보μ λ°λΌ λ§€κ°λ³μλ₯Ό μ‘°μ ν μ μμ΅λλ€. ## μΆκ° μ 보
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 2K bytes - Viewed (0) -
docs/zh-hant/docs/tutorial/first-steps.md
<font color="#3465A4">INFO </font> Resolved absolute path <font color="#75507B">/home/user/code/awesomeapp/</font><font color="#AD7FA8">main.py</font> <font color="#3465A4">INFO </font> Searching for package file structure from directories with <font color="#3465A4">__init__.py</font> files <font color="#3465A4">INFO </font> Importing from <font color="#75507B">/home/user/code/</font><font color="#AD7FA8">awesomeapp</font>
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Oct 11 17:48:49 UTC 2025 - 11.6K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/io/ModelWriter.java
*/ @Deprecated(since = "4.0.0") public interface ModelWriter { /** * Writes the supplied model to the specified file. Any non-existing parent directories of the output file will be * created automatically. * * @param output The file to serialize the model to, must not be {@code null}.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 2.9K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/ModelInterpolator.java
* the returned model and must not rely on the input model being updated. * * @param model The model to interpolate, must not be {@code null}. * @param projectDir The project directory, may be {@code null} if the model does not belong to a local project but * to some artifact's metadata. * @param request The model building request that holds further settings, must not be {@code null}.Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 2.3K bytes - Viewed (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/JodExtractor.java
*/ public void setOfficeManager(final OfficeManager officeManager) { this.officeManager = officeManager; } /** * Sets the temporary directory for file operations. * * @param tempDir the temporary directory to set */ public void setTempDir(final File tempDir) { this.tempDir = tempDir; } /** * Sets the output encoding for extracted text.Registered: Sat Dec 20 11:21:39 UTC 2025 - Last Modified: Sun Nov 23 12:19:14 UTC 2025 - 10.4K bytes - Viewed (0)