- Sort Score
- Num 10 results
- Language All
Results 1371 - 1380 of 2,310 for Contains (0.1 seconds)
-
build-tools-internal/src/integTest/groovy/org/elasticsearch/gradle/internal/test/rerun/InternalTestRerunPluginFuncTest.groovy
def result = gradleRunner("test").buildAndFail() result.output.contains("JdkKillingTest total executions: 5") result.output.contains("Max retries(4) hit") and: 'Tracing is provided' result.output.contains("Test jvm system exit trace (run: 1)") result.output.contains("Test jvm system exit trace (run: 2)") result.output.contains("Test jvm system exit trace (run: 3)")
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Fri Sep 03 10:22:28 GMT 2021 - 8.9K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/ImmutableBiMap.java
throw new UnsupportedOperationException("Not supported for bimaps"); } } /** * Returns an immutable bimap containing the same entries as {@code map}. If {@code map} somehow * contains entries with duplicate keys (for example, if it is a {@code SortedMap} whose * comparator is not <i>consistent with equals</i>), the results of this method are undefined. *
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Thu Aug 07 16:05:33 GMT 2025 - 22.2K bytes - Click Count (0) -
src/archive/tar/reader.go
// At the end of the archive, Next returns the error io.EOF. // // If Next encounters a non-local name (as defined by [filepath.IsLocal]) // and the GODEBUG environment variable contains `tarinsecurepath=0`, // Next returns the header with an [ErrInsecurePath] error. // A future version of Go may introduce this behavior by default. // Programs that want to accept non-local names can ignore
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Tue Oct 07 19:46:36 GMT 2025 - 26.9K bytes - Click Count (0) -
src/test/java/jcifs/smb1/smb1/SmbComNegotiateResponseTest.java
assertTrue(result.contains("dialectIndex=5")); assertTrue(result.contains("securityMode=0x3")); assertTrue(result.contains("security=user")); assertTrue(result.contains("encryptedPasswords=true")); assertTrue(result.contains("maxMpxCount=10")); assertTrue(result.contains("maxNumberVcs=2")); assertTrue(result.contains("maxBufferSize=4096"));Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 9.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/api/chat/ChatApiManagerTest.java
final String output = stringWriter.toString(); assertTrue(output.contains("event: test")); assertTrue(output.contains("[")); assertTrue(output.contains("item1")); assertTrue(output.contains("item2")); assertTrue(output.contains("item3")); } @Test public void test_chatSource_properties() {Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 14 01:39:16 GMT 2026 - 35K bytes - Click Count (0) -
LICENSES/vendor/cyphar.com/go-pathrs/LICENSE
(a) any file in Source Code Form that results from an addition to, deletion from, or modification of the contents of Covered Software; or (b) any new file in Source Code Form that contains any Covered Software. 1.11. "Patent Claims" of a Contributor means any patent claim(s), including without limitation, method, process, and apparatus claims, in any patent Licensable by suchCreated: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Wed Nov 12 14:46:31 GMT 2025 - 16.5K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/LegacyRepositorySystem.java
// We want to eliminate any relative path nonsense and lock down the path so we // need to fully resolve it before any submodules use the path. This can happen // when you are using a custom settings.xml that contains a relative path entry // for the local repository setting. File localRepository = new File(url.substring("file://".length())); if (!localRepository.isAbsolute()) {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 31.2K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/suggest/settings/AnalyzerSettingsTest.java
assert (analyzerNames.size() > 4); assertTrue(analyzerNames.contains(settings.analyzer().getContentsAnalyzerName("", ""))); assertTrue(analyzerNames.contains(settings.analyzer().getContentsReadingAnalyzerName("", ""))); assertTrue(analyzerNames.contains(settings.analyzer().getReadingAnalyzerName("", ""))); assertTrue(analyzerNames.contains(settings.analyzer().getReadingTermAnalyzerName("", "")));
Created: Fri Apr 17 09:08:13 GMT 2026 - Last Modified: Sun Feb 01 12:48:24 GMT 2026 - 8K bytes - Click Count (0) -
guava/src/com/google/common/collect/ImmutableMap.java
} /** * Returns an immutable map containing the same entries as {@code map}. The returned map iterates * over entries in the same order as the {@code entrySet} of the original map. If {@code map} * somehow contains entries with duplicate keys (for example, if it is a {@code SortedMap} whose * comparator is not <i>consistent with equals</i>), the results of this method are undefined. *Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sun Mar 08 16:16:42 GMT 2026 - 44.7K bytes - Click Count (0) -
helm-releases/minio-3.4.7.tgz
truncate at 63 chars because some Kubernetes name fields are limited to this (by the DNS naming spec). If release name contains chart name it will be used as a full name. */}} {{- define "minio.fullname" -}} {{- if .Values.fullnameOverride -}} {{- .Values.fullnameOverride | trunc 63 | trimSuffix "-" -}} {{- else -}} {{- $name := default .Chart.Name .Values.nameOverride -}} {{- if contains $name .Release.Name -}} {{- .Release.Name | trunc 63 | trimSuffix "-" -}} {{- else -}} {{- printf "%s-%s" .Release.Name...
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Jan 25 20:49:24 GMT 2022 - 15.2K bytes - Click Count (0)