- Sort Score
- Num 10 results
- Language All
Results 31 - 40 of 270 for provision (0.2 seconds)
-
helm/minio/README.md
Alternately, you can provide a YAML file that specifies parameter values while installing the chart. For example, ```bash helm install --name my-release -f values.yaml minio/minio ``` ### Persistence
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 10.9K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+intake.yml
git-revision: true - name: elastic+elasticsearch+%BRANCH%+intake+multijob+bwc kill-phase-on: NEVER current-parameters: true git-revision: true - name: elastic+elasticsearch+%BRANCH%+intake+multijob+rest-compat kill-phase-on: NEVER current-parameters: true git-revision: true - multijob:Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 2.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/release/QualifiedVersion.java
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 01 06:25:29 GMT 2021 - 5.9K bytes - Click Count (0) -
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/info/GitInfo.java
private final String revision; private final String origin; private GitInfo(String revision, String origin) { this.revision = revision; this.origin = origin; } public String getRevision() { return revision; } public String getOrigin() { return origin; }Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 7.8K bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/msrpc/lsarpcIntegrationTest.java
assertEquals(domainInfo.name.maximum_length / 2, decodedInfo.name.buffer.length); // Verify SID assertNotNull(decodedInfo.sid); assertEquals(domainInfo.sid.revision, decodedInfo.sid.revision); assertEquals(domainInfo.sid.sub_authority_count, decodedInfo.sid.sub_authority_count); } @Test void testLsarDomainInfoEncodeDecodeWithNulls() throws NdrException {
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 10.8K bytes - Click Count (0) -
tests/migrate_test.go
} case "salary": if precision, o, _ := columnType.DecimalSize(); (fullSupported || precision != 0) && precision != 2 { t.Fatalf("salary's precision should be 2, but got %v %v", precision, o) } case "birthday": if precision, _, _ := columnType.DecimalSize(); (fullSupported || precision != 0) && precision != 2 { t.Fatalf("birthday's precision should be 2, but got %v", precision) } } }
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:49:01 GMT 2026 - 66.3K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/RepositoriesSetupPlugin.java
if (luceneVersion.contains("-snapshot")) { // extract the revision number from the version with a regex matcher Matcher matcher = LUCENE_SNAPSHOT_REGEX.matcher(luceneVersion); if (matcher.find() == false) { throw new GradleException("Malformed lucene snapshot version: " + luceneVersion); } String revision = matcher.group(1);
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 2.7K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+periodic+packaging-tests.yml
kill-phase-on: NEVER current-parameters: true git-revision: true - name: elastic+elasticsearch+%BRANCH%+multijob+packaging-tests-windows kill-phase-on: NEVER current-parameters: true git-revision: true - name: elastic+elasticsearch+%BRANCH%+multijob+packaging-tests-upgrade kill-phase-on: NEVERCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 999 bytes - Click Count (0) -
src/main/java/jcifs/smb/SID.java
return sid.revision == this.revision; } } return false; } /** * Return the numeric representation of this sid such as * {@code S-1-5-21-1496946806-2192648263-3843101252-1029}. */ @Override public String toString() { StringBuilder ret = new StringBuilder("S-").append(this.revision & 0xFF).append("-");Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 16K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+periodic+third-party-tests.yml
git-revision: true - name: elastic+elasticsearch+%BRANCH%+multijob+third-party-tests-s3 kill-phase-on: NEVER current-parameters: true git-revision: true - name: elastic+elasticsearch+%BRANCH%+multijob+third-party-tests-geoip kill-phase-on: NEVER current-parameters: trueCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 1.4K bytes - Click Count (0)