- Sort Score
- Num 10 results
- Language All
Results 91 - 100 of 409 for relativa (0.07 seconds)
-
docs/de/docs/deployment/index.md
# Deployment { #deployment } Das Deployment einer **FastAPI**-Anwendung ist relativ einfach. ## Was bedeutet Deployment { #what-does-deployment-mean } <abbr title="Bereitstellen der Anwendung">**Deployment**</abbr> bedeutet, die notwendigen Schritte durchzuführen, um die Anwendung **für die Benutzer verfügbar** zu machen.Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:58:09 GMT 2026 - 1.8K bytes - Click Count (0) -
src/main/java/jcifs/smb/SID.java
} /** * Construct a SID from a domain SID and an RID * (relative identifier). For example, a domain SID * {@code S-1-5-21-1496946806-2192648263-3843101252} and RID {@code 1029} would * yield the SID {@code S-1-5-21-1496946806-2192648263-3843101252-1029}. * * @param domsid the domain SID * @param rid the relative identifier */ public SID(final SID domsid, final int rid) {Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 16K bytes - Click Count (0) -
src/main/java/org/codelibs/core/io/Traverser.java
Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jun 19 09:12:22 GMT 2025 - 2.1K bytes - Click Count (0) -
build-logic/build-update-utils/src/main/kotlin/gradlebuild/buildutils/runtimes/CheckTargetRuntimes.kt
*/ @get:InputFiles @get:PathSensitive(PathSensitivity.RELATIVE) abstract val targetRuntimeDetailsFiles: ListProperty<File> /** * A list of the same size as [projectPaths], where the nth element contains * the build file for the project with the nth project path. */ @get:InputFiles @get:PathSensitive(PathSensitivity.RELATIVE) abstract val projectBuildFiles: ListProperty<File> /**Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Mar 11 22:40:18 GMT 2026 - 13.8K bytes - Click Count (0) -
src/main/webapp/css/style.css
/* Override some defaults */ html { min-height: 100%; position: relative; } body { padding: 1em 0; margin: 56px 0 4em; } footer { width: 100%; bottom: 0; height: 4em; position: absolute; border-top: 1px solid; padding-top: 1em; } h1, h2, h3 { line-height: 32px; } h1 { font-size: 30px; } h2 { font-size: 24px; } h3 { font-size: 18px; }Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 2K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/msrpc/SamrAliasHandle.java
* * @param handle the DCE/RPC handle for communication * @param domainHandle the domain handle containing this alias * @param access the desired access rights * @param rid the relative identifier of the alias * @throws IOException if an I/O error occurs during handle creation */ public SamrAliasHandle(final DcerpcHandle handle, final SamrDomainHandle domainHandle, final int access, final int rid)Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 2.5K bytes - Click Count (0) -
.github/ISSUE_TEMPLATE/config.yml
contact_links: - name: Support Request url: https://discuss.kubernetes.ioCreated: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Tue Oct 05 16:55:38 GMT 2021 - 142 bytes - Click Count (0) -
guava-tests/benchmark/com/google/common/collect/SetContainsBenchmark.java
* * @author Kevin Bourrillion */ @NullUnmarked public class SetContainsBenchmark { // Start at 4.88 then multiply by 2*2^phi <evil cackle> - The goal is be uniform // yet visit a variety of "values-relative-to-the-next-power-of-2" @Param({"5", "30", "180", "1100", "6900", "43000", "260000"}) // "1600000", "9800000" private int size; // TODO(kevinb): look at exact (==) hits vs. equals() hits? @Param({"0.2", "0.8"})Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Dec 19 18:03:30 GMT 2024 - 2.5K bytes - Click Count (0) -
src/main/java/jcifs/smb1/smb1/SmbComNtTransaction.java
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ package jcifs.smb1.smb1; abstract class SmbComNtTransaction extends SmbComTransaction { // relative to headerStart private static final int NTT_PRIMARY_SETUP_OFFSET = 69; private static final int NTT_SECONDARY_PARAMETER_OFFSET = 51; static final int NT_TRANSACT_QUERY_SECURITY_DESC = 6; int function;Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 07:14:38 GMT 2025 - 3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/precommit/LoggerUsageTask.java
return classpath; } public void setClasspath(FileCollection classpath) { this.classpath = classpath; } @InputFiles @PathSensitive(PathSensitivity.RELATIVE) @SkipWhenEmpty public FileCollection getClassDirectories() { return getProject().getExtensions().getByType(JavaPluginExtension.class) .getSourceSets() .stream()Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Jun 17 08:59:22 GMT 2021 - 2.8K bytes - Click Count (0)