- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 270 for provision (0.18 seconds)
-
src/test/java/jcifs/SIDTest.java
* * @throws SmbException if the SID string is invalid */ @Test void testStringConstructor() throws SmbException { SID sid = new SID(adminSidString); assertEquals(1, sid.revision); assertEquals(2, sid.sub_authority_count); assertEquals(5, sid.identifier_authority[5]); assertEquals(32, sid.sub_authority[0]); assertEquals(544, sid.sub_authority[1]);Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 13.5K bytes - Click Count (0) -
src/test/java/jcifs/dcerpc/rpcTest.java
verify(mockNdrBuffer, times(8)).dec_ndr_small(); // revision + sub_authority_count + 6 identifier_authority bytes verify(mockNdrBuffer).advance(6); // identifier_authority advance verify(mockNdrBuffer).advance(8); // sub_authority advance (4 * 2) verify(mockNdrBuffer, times(2)).derive(anyInt()); assertEquals((byte) 1, sid.revision); assertEquals((byte) 2, sid.sub_authority_count);
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 20.5K bytes - Click Count (0) -
build-conventions/src/main/java/org/elasticsearch/gradle/internal/conventions/GitInfoPlugin.java
)); gitInfo.disallowChanges(); gitInfo.finalizeValueOnRead(); revision = gitInfo.map(info -> info.getRevision() == null ? info.getRevision() : "master"); } public Property<GitInfo> getGitInfo() { return gitInfo; } public Provider<String> getRevision() { return revision; }Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Jun 01 09:19:30 GMT 2021 - 1.9K bytes - Click Count (0) -
internal/amztime/iso8601_time.go
const ( iso8601TimeFormat = "2006-01-02T15:04:05.000Z" // Reply date format with millisecond precision. iso8601TimeFormatLong = "2006-01-02T15:04:05.000000Z" // Reply date format with nanosecond precision. ) // ISO8601Format converts time 't' into ISO8601 time format expected in AWS S3 spec. // // This function is needed to avoid a Go's float64 precision bug, where Go avoids // padding the extra '0' before the timezone.
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Jan 16 23:38:33 GMT 2023 - 1.9K bytes - Click Count (0) -
.ci/jobs.t/elastic+elasticsearch+periodic+platform-support.yml
kill-phase-on: NEVER current-parameters: true git-revision: true - name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-unix kill-phase-on: NEVER current-parameters: true git-revision: true - name: elastic+elasticsearch+%BRANCH%+multijob+platform-support-windows kill-phase-on: NEVERCreated: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu May 06 21:46:09 GMT 2021 - 1.2K bytes - Click Count (0) -
okhttp/src/commonJvmAndroid/kotlin/okhttp3/CacheControl.kt
* will not be used and a network request will be made. * * @param maxAge a non-negative duration. This is stored and transmitted with [TimeUnit.SECONDS] * precision; finer precision will be lost. */ fun maxAge(maxAge: Duration) = apply { val maxAgeSeconds = maxAge.inWholeSeconds require(maxAgeSeconds >= 0) { "maxAge < 0: $maxAgeSeconds" }Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 10K bytes - Click Count (0) -
src/main/java/jcifs/smb1/dcerpc/rpc.idl
* * #define SECURITY_NT_AUTHORITY {0,0,0,0,0,5} * * typedef struct _SID { * UCHAR Revision; * UCHAR SubAuthorityCount; * SID_IDENTIFIER_AUTHORITY IdentifierAuthority; * [size_is(SubAuthorityCount)] ULONG SubAuthority[*]; * } SID, *PSID; */ typedef struct { uint8_t revision; uint8_t sub_authority_count; uint8_t identifier_authority[6];Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Fri Mar 22 20:39:42 GMT 2019 - 1.4K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/rpc.idl
* * #define SECURITY_NT_AUTHORITY {0,0,0,0,0,5} * * typedef struct _SID { * UCHAR Revision; * UCHAR SubAuthorityCount; * SID_IDENTIFIER_AUTHORITY IdentifierAuthority; * [size_is(SubAuthorityCount)] ULONG SubAuthority[*]; * } SID, *PSID; */ typedef struct { uint8_t revision; uint8_t sub_authority_count; uint8_t identifier_authority[6];Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Jul 01 13:12:10 GMT 2018 - 1.4K bytes - Click Count (0) -
src/test/java/jcifs/internal/dtyp/SecurityDescriptorTest.java
buffer[offset + 20] = 0x02; // revision buffer[offset + 21] = 0x00; // padding SMBUtil.writeInt2(0, buffer, offset + 22); // size SMBUtil.writeInt4(4097, buffer, offset + 24); // ACE count > 4096 } private void prepareSimpleSid(byte[] buffer, int offset) { buffer[offset] = 0x01; // revision buffer[offset + 1] = 0x01; // sub-authority count
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 18.6K bytes - Click Count (0) -
api/pom.xml
<artifactId>maven-javadoc-plugin</artifactId> <configuration> <tags> <tag> <name>provisional</name> <placement>tf</placement> <head>Provisional:</head> </tag> </tags> </configuration> <reportSets> <reportSet> <id>aggregate</id>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 3.2K bytes - Click Count (0)