- Sort Score
- Result 10 results
- Languages All
Results 41 - 50 of 314 for Variable (0.34 sec)
-
docs/de/docs/environment-variables.md
## `PATH`-Umgebungsvariable { #path-environment-variable } Es gibt eine **spezielle** Umgebungsvariable namens **`PATH`**, die von den Betriebssystemen (Linux, macOS, Windows) verwendet wird, um Programme zu finden, die ausgeführt werden sollen.Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Sat Sep 20 15:10:09 UTC 2025 - 9K bytes - Viewed (0) -
docs/es/docs/virtual-environments.md
//// Ese comando creará o modificará algunas [variables de entorno](environment-variables.md){.internal-link target=_blank} que estarán disponibles para los siguientes comandos. Una de esas variables es la variable `PATH`. /// tip | Consejo Puedes aprender más sobre la variable de entorno `PATH` en la sección [Variables de Entorno](environment-variables.md#path-environment-variable){.internal-link target=_blank}. ///
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 16 16:33:45 UTC 2025 - 23.3K bytes - Viewed (0) -
android/guava/src/com/google/common/reflect/TypeParameter.java
import static com.google.common.base.Preconditions.checkArgument; import java.lang.reflect.Type; import java.lang.reflect.TypeVariable; import org.jspecify.annotations.Nullable; /** * Captures a free type variable that can be used in {@link TypeToken#where}. For example: * * {@snippet : * static <T> TypeToken<List<T>> listOf(Class<T> elementType) { * return new TypeToken<List<T>>() {}Registered: Fri Dec 26 12:43:10 UTC 2025 - Last Modified: Mon Mar 17 20:26:29 UTC 2025 - 2.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/InterpolatorException.java
import org.apache.maven.api.annotations.Experimental; /** * Exception thrown by {@link Interpolator} implementations when an error occurs during interpolation. * This can include syntax errors in variable placeholders or recursive variable references. * * @since 4.0.0 */ @Experimental public class InterpolatorException extends MavenException { /** * Constructs a new InterpolatorException with {@code null} as itsRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Sep 25 21:57:56 UTC 2025 - 2.6K bytes - Viewed (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/cisupport/GenericCIDetector.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Apr 13 18:50:07 UTC 2025 - 1.9K bytes - Viewed (0) -
docs/de/docs/virtual-environments.md
//// Dieser Befehl erstellt oder ändert einige [Umgebungsvariablen](environment-variables.md){.internal-link target=_blank}, die für die nächsten Befehle verfügbar sein werden. Eine dieser Variablen ist die `PATH`-Variable. /// tip | Tipp Sie können mehr über die `PATH`-Umgebungsvariable im Abschnitt [Umgebungsvariablen](environment-variables.md#path-environment-variable){.internal-link target=_blank} erfahren. ///
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Tue Dec 02 17:32:56 UTC 2025 - 25.4K bytes - Viewed (0) -
apache-maven/src/assembly/maven/bin/mvn.cmd
title %0 @REM enable echoing by setting MAVEN_BATCH_ECHO to 'on' @if "%MAVEN_BATCH_ECHO%"=="on" echo %MAVEN_BATCH_ECHO% @REM Clear/define a variable for any options to be inserted via script @REM We want to avoid trying to parse the external MAVEN_OPTS variable SET INTERNAL_MAVEN_OPTS= @REM Execute a user defined script before this one if not "%MAVEN_SKIP_RC%"=="" goto skipRc
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Dec 10 16:40:06 UTC 2025 - 10.7K bytes - Viewed (3) -
src/main/java/org/codelibs/core/lang/GenericsUtil.java
* <li>If <code>type</code> is a wildcard type, its (first) upper bound is returned.</li> * <li>If <code>type</code> is a type variable and is a key in the given map, its actual type argument is returned.</li> * <li>If <code>type</code> is a type variable and is not a key in the given map, its (first) upper bound is returned.</li> * <li>If <code>type</code> is an array, the actual class of its elements is returned.</li>
Registered: Sat Dec 20 08:55:33 UTC 2025 - Last Modified: Thu Jul 31 08:16:49 UTC 2025 - 23.4K bytes - Viewed (0) -
docs/de/docs/tutorial/debugging.md
Angenommen, Ihre Datei heißt `myapp.py`. Wenn Sie sie mit folgendem Befehl ausführen: <div class="termy"> ```console $ python myapp.py ``` </div> dann hat in Ihrer Datei die interne Variable `__name__`, die von Python automatisch erstellt wird, als Wert den String `"__main__"`. Daher wird der Abschnitt: ```Python uvicorn.run(app, host="0.0.0.0", port=8000) ``` ausgeführt. ---
Registered: Sun Dec 28 07:19:09 UTC 2025 - Last Modified: Wed Dec 17 20:41:43 UTC 2025 - 2.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/util/ResourceUtil.java
* It supports both regular deployment and Docker container environments. * */ public class ResourceUtil { /** Environment variable name for overriding the configuration path */ private static final String FESS_OVERRIDE_CONF_PATH = "FESS_OVERRIDE_CONF_PATH"; /** Environment variable name for specifying the application type */ private static final String FESS_APP_TYPE = "FESS_APP_TYPE";Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 14.1K bytes - Viewed (0)