- Sort Score
- Num 10 results
- Language All
Results 51 - 60 of 284 for 4080 (0.02 seconds)
-
docs/sts/web-identity.md
identity_openid config_url=https://accounts.google.com/.well-known/openid-configuration client_id=843351d4-1080-11ea-aa20-271ecba3924a ``` Testing with an example > Visit [Google Developer Console](https://console.cloud.google.com) under Project, APIs, Credentials to get your OAuth2 client credentials. Add `http://localhost:8080/oauth2/callback` as a valid OAuth2 Redirect URL. ```
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Tue Aug 12 18:20:36 GMT 2025 - 18.9K bytes - Click Count (0) -
src/main/config/openapi/openapi-user.yaml
name: Apache 2.0 url: http://www.apache.org/licenses/LICENSE-2.0.html version: 14.8.0 externalDocs: description: API Documentation url: https://fess.codelibs.org/14.8/api/ servers: - url: http://localhost:8080/api/v1 tags: - name: search description: Search operations - name: popularword description: Popular word operations - name: monitor description: Monitoring operations - name: suggestCreated: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu May 09 06:31:27 GMT 2024 - 21.6K bytes - Click Count (0) -
src/main/webapp/WEB-INF/view/advance.jsp
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Nov 13 05:54:52 GMT 2025 - 14.2K bytes - Click Count (0) -
src/main/java/jcifs/smb1/dcerpc/DcerpcHandle.java
/** * The DCERPC binding configuration for this handle */ protected DcerpcBinding binding; /** * Maximum transmit buffer size for DCERPC messages */ protected int max_xmit = 4280; /** * Maximum receive buffer size for DCERPC messages */ protected int max_recv = max_xmit; /** * The current state of the DCERPC connection */ protected int state = 0;Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 11.7K bytes - Click Count (0) -
src/test/java/jcifs/smb1/netbios/SocketInputStreamTest.java
assertEquals(3, sis.skip(3)); // Read remaining 2 bytes byte[] remaining = new byte[2]; assertEquals(2, sis.read(remaining, 0, 2)); assertArrayEquals(new byte[] { 40, 50 }, remaining); } @Test @DisplayName("Skip handles amount larger than available") void skipHandlesLargerThanAvailable() throws IOException { // Create message with 3 bytes of data
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 14.2K bytes - Click Count (0) -
src/main/java/jcifs/dcerpc/DcerpcHandle.java
} return binding; } private static final AtomicInteger call_id = new AtomicInteger(1); private final DcerpcBinding binding; private final int max_xmit = 4280; private final int max_recv = this.max_xmit; private int state = 0; private DcerpcSecurityProvider securityProvider = null; private final CIFSContext transportContext; /**Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 15.9K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb2/ioctl/SrvCopyChunkCopyResponseTest.java
byte[] responseData = createValidCopyChunkResponse(8, 16384, 131072); System.arraycopy(responseData, 0, buffer, 20, responseData.length); int bytesDecoded = response.decode(buffer, 20, 80); // Should always return 12 bytes (3 x int4) assertEquals(12, bytesDecoded); assertEquals(8, response.getChunksWritten());
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 19.8K bytes - Click Count (0) -
src/main/webapp/WEB-INF/orig/view/advance.jsp
Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Sat Jan 18 12:09:07 GMT 2025 - 14.1K bytes - Click Count (0) -
index.yaml
maintainers: - email: ******@****.*** name: MinIO, Inc name: minio sources: - https://github.com/minio/minio urls: - https://charts.min.io/helm-releases/minio-4.0.10.tgz version: 4.0.10 - apiVersion: v1 appVersion: RELEASE.2022-08-02T23-59-16Z created: "2025-01-02T21:34:25.153995865-08:00" description: Multi-Cloud Object StorageCreated: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Jan 03 05:34:47 GMT 2025 - 55.1K bytes - Click Count (0) -
src/test/java/jcifs/internal/smb1/net/NetServerEnum2ResponseTest.java
assertEquals(serverName, server.name); } @ParameterizedTest @DisplayName("Test readDataWireFormat with various server versions") @CsvSource({ "3, 51, Windows NT 3.51", "4, 0, Windows NT 4.0", "5, 0, Windows 2000", "5, 1, Windows XP", "5, 2, Windows Server 2003", "6, 0, Windows Vista", "6, 1, Windows 7", "6, 2, Windows 8", "6, 3, Windows 8.1", "10, 0, Windows 10" })
Created: Sat Dec 20 13:44:44 GMT 2025 - Last Modified: Thu Aug 14 05:31:44 GMT 2025 - 25.4K bytes - Click Count (0)