- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 403 for listFn (0.07 sec)
-
src/main/java/jcifs/smb/DirFileEntryEnumIterator2.java
Smb2QueryDirectoryResponse qr = query.getResponse(); if ( qr != null && qr.isReceived() && qr.getStatus() == NtStatus.NT_STATUS_NO_SUCH_FILE ) { // this simply indicates an empty listing doClose(); return null; } throw e; } this.fileId = createResp.getFileId(); this.response = query.getResponse();
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Dec 20 16:15:08 UTC 2020 - 5.7K bytes - Viewed (0) -
build-logic/build-init-samples/src/main/kotlin/gradlebuild/generate-samples.gradle.kts
import org.gradle.docs.samples.Dsl plugins { id("org.gradle.samples") } val singleProjectSampleLanguages = listOf(JAVA, GROOVY, SCALA, KOTLIN, SWIFT, CPP) val multiProjectApplicationSampleLanguages = listOf(JAVA, GROOVY, SCALA, KOTLIN) singleProjectSampleLanguages.forEach { language -> setupGeneratorTask(language, "library", ModularizationOption.SINGLE_PROJECT)
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Sat Sep 30 16:17:28 UTC 2023 - 3.3K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/CallHandshakeTest.kt
private lateinit var handshakeEnabledCipherSuites: List<String> /** Ciphers in order we observed on sslSocketFactory defaults. */ private lateinit var defaultEnabledCipherSuites: List<String> /** Ciphers in order we observed on sslSocketFactory supported. */ private lateinit var defaultSupportedCipherSuites: List<String> val expectedModernTls12CipherSuites =
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sat Jan 20 10:30:28 UTC 2024 - 11.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/SanityCheck.kt
features { publishBuildStatusToGithub(model) } applyDefaults( model, this, "sanityCheck", extraParameters = listOf( stage.getBuildScanCustomValueParam(), buildScanTagParam("SanityCheck"), "-Porg.gradle.java.installations.auto-download=false" ).joinToString(" ") ) }) {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 24 06:22:49 UTC 2024 - 905 bytes - Viewed (0) -
docs/en/docs/external-links.md
**FastAPI** has a great community constantly growing. There are many posts, articles, tools, and projects, related to **FastAPI**. Here's an incomplete list of some of them. /// tip If you have an article, project, tool, or anything related to **FastAPI** that is not yet listed here, create a <a href="https://github.com/fastapi/fastapi/edit/master/docs/en/data/external_links.yml" class="external-link" target="_blank">Pull Request adding it</a>.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Aug 06 04:48:30 UTC 2024 - 1K bytes - Viewed (0) -
internal/deadlineconn/deadlineconn_test.go
"bufio" "io" "net" "sync" "testing" "time" ) // Test deadlineconn handles read timeout properly by reading two messages beyond deadline. func TestBuffConnReadTimeout(t *testing.T) { l, err := net.Listen("tcp", "localhost:0") if err != nil { t.Fatalf("unable to create listener. %v", err) } defer l.Close() serverAddr := l.Addr().String() tcpListener, ok := l.(*net.TCPListener) if !ok {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Sat Nov 05 18:09:21 UTC 2022 - 3K bytes - Viewed (0) -
build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/tasks/PackageListGenerator.kt
import java.util.zip.ZipEntry import java.util.zip.ZipInputStream /** * This task will generate the list of relocated packages into a file that will in turn be used when generating the runtime shaded jars. All we need is a list of packages that need to be relocated, so * we'll make sure to filter the list of packages before generating the file. *
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Fri Oct 11 19:14:16 UTC 2024 - 7.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/projects/StageProject.kt
this.description = stage.stageName.description }) { val specificBuildTypes: List<OsAwareBaseGradleBuildType> val performanceTests: List<PerformanceTestsPass> val functionalTests: List<OsAwareBaseGradleBuildType> val crossVersionTests: List<OsAwareBaseGradleBuildType> val docsTestTriggers: List<OsAwareBaseGradleBuildType> init { features {
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Mon Oct 07 09:17:14 UTC 2024 - 9.5K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/BuildDistributions.kt
description = "Creation and verification of the distribution and documentation" applyDefaults( model, this, "packageBuild", extraParameters = listOf( stage.getBuildScanCustomValueParam(), buildScanTagParam("BuildDistributions"), "-PtestJavaVersion=${LINUX.buildJavaVersion.major}",
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Sep 24 06:22:49 UTC 2024 - 1.1K bytes - Viewed (0) -
.teamcity/src/main/kotlin/util/WarmupEc2Agent.kt
steps { gradleWrapper { name = "Resolve all dependencies" tasks = "resolveAllDependencies" gradleParams = ( buildToolGradleParameters(isContinue = false) + listOf("--dependency-verification", "lenient") ).joinToString(separator = " ") } }
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Tue Dec 05 00:08:14 UTC 2023 - 1.2K bytes - Viewed (0)