- Sort Score
- Result 10 results
- Languages All
Results 1061 - 1070 of 1,438 for sources (0.04 sec)
-
src/test/java/jcifs/SmbSessionTest.java
} } @Nested @DisplayName("Resource Lifecycle Tests") class ResourceLifecycleTest { @Test @DisplayName("Should support try-with-resources pattern") void shouldSupportTryWithResourcesPattern() { SmbSession mockSession = mock(SmbSession.class); assertDoesNotThrow(() -> {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 15.1K bytes - Viewed (0) -
src/test/java/jcifs/SmbTreeTest.java
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 9.2K bytes - Viewed (0) -
src/bytes/bytes.go
// Past a certain chunk size it is counterproductive to use // larger chunks as the source of the write, as when the source // is too large we are basically just thrashing the CPU D-cache. // So if the result length is larger than an empirically-found // limit (8KB), we stop growing the source string once the limit // is reached and keep reusing the same source string - that // should therefore be always resident in the L1 cache - until we
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Wed Sep 03 14:04:47 UTC 2025 - 35.5K bytes - Viewed (0) -
misc/go_android_exec/main.go
// Copyright 2014 The Go Authors. All rights reserved. // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. // This wrapper uses syscall.Flock to prevent concurrent adb commands, // so for now it only builds on platforms that support that system call. // TODO(#33974): use a more portable library for file locking. //go:build darwin || dragonfly || freebsd || illumos || linux || netbsd || openbsd
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Mon Aug 21 17:46:57 UTC 2023 - 15.3K bytes - Viewed (0) -
docs/en/docs/deployment/concepts.md
We'll see how they would affect **deployments**. In the end, the ultimate objective is to be able to **serve your API clients** in a way that is **secure**, to **avoid disruptions**, and to use the **compute resources** (for example remote servers/virtual machines) as efficiently as possible. ๐
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sun Aug 31 09:15:41 UTC 2025 - 18.6K bytes - Viewed (0) -
apache-maven/src/assembly/component.xml
</dependencySets> <fileSets> <fileSet> <includes> <include>README*</include> </includes> </fileSet> <fileSet> <directory>target/maven-shared-archive-resources/META-INF</directory> <outputDirectory>./</outputDirectory> <includes> <include>LICENSE</include> <include>NOTICE</include> </includes> </fileSet> <fileSet>
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Sat Jun 07 06:22:47 UTC 2025 - 3.6K bytes - Viewed (0) -
docs/ja/docs/advanced/index.md
ไปฅ้ใฎใปใฏใทใงใณใฏใใใงใซใใฅใผใใชใขใซใ่ชญใใงใใใฎไธป่ฆใชใขใคใใขใ็่งฃใงใใฆใใใใจใๅๆใจใใฆใใพใใ ## ใในใ้งๅ้็บใฎใณใผใน ใใฎใปใฏใทใงใณใฎๅ ๅฎนใ่ฃๅฎใใใใใซ่ฑๅๅฟ่ ็จใณใผในใๅใใใๅ ดๅใฏใ**TestDriven.io**ใซใใใ<a href="https://testdriven.io/courses/tdd-fastapi/" class="external-link" target="_blank">Test-Driven Development with FastAPI and Docker</a>ใ็ขบ่ชใใใฎใใใใใใใใพใใใ
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Sat Nov 09 16:39:20 UTC 2024 - 1.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsFileAuthentication.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 8.6K bytes - Viewed (0) -
src/main/assemblies/files/fess
$FESS_HOME/bin/fess.in.sh \ "`dirname "$0"`"/fess.in.sh; do if [ -r "$include" ]; then . "$include" break fi done # ...otherwise, source the specified include. elif [ -r "$FESS_INCLUDE" ]; then . "$FESS_INCLUDE" fi if [ -x "$JAVA_HOME/bin/java" ]; then JAVA="$JAVA_HOME/bin/java" else JAVA=`which java` fi
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Jan 15 06:32:15 UTC 2023 - 5.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsWebAuthentication.java
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sat Mar 15 06:53:53 UTC 2025 - 9K bytes - Viewed (0)