- Sort Score
- Result 10 results
- Languages All
Results 231 - 240 of 529 for gats (0.03 sec)
-
src/main/java/jcifs/internal/witness/WitnessRpcMessage.java
flags = DCERPC_FIRST_FRAG | DCERPC_LAST_FRAG; this.opnum = opnum; } @Override public int getOpnum() { return opnum; } /** * Gets the return code from the RPC operation. * * @return the return code */ public int getReturnCode() { return returnCode; } /**
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sun Aug 24 00:12:28 UTC 2025 - 5.5K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.13.md
- The following features are now GA, and the associated feature gates are deprecated and will be removed in a future release: - CSIPersistentVolume - GCERegionalPersistentDisk - KubeletPluginsWatcher - VolumeScheduling - kubeadm - The DynamicKubeletConfig feature gate is deprecated. The functionality is still accessible by using the kubeadm alpha kubelet enable-dynamic command.
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Thu May 05 13:44:43 UTC 2022 - 273.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/WebApiResponse.java
* * @param response The original HTTP servlet response */ public WebApiResponse(final HttpServletResponse response) { super(response); } /** * Gets a PrintWriter for writing response content. * Returns a dummy PrintWriter that writes to a ByteArrayOutputStream. * * @return A PrintWriter for response output * @throws IOException If an I/O error occurs
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.8K bytes - Viewed (0) -
src/main/java/jcifs/internal/fscc/FileBothDirectoryInfo.java
return SmbConstants.TYPE_FILESYSTEM; } /** * @return the fileIndex */ @Override public int getFileIndex() { return this.fileIndex; } /** * Gets the filename. * * @return the filename */ public String getFilename() { return this.filename; } @Override public int getAttributes() {
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/opensearch/client/SearchEngineClient.java
} // // Fesen Client // /** * Gets the thread pool used by the client. * * @return the thread pool */ @Override public ThreadPool threadPool() { return client.threadPool(); } /** * Gets the admin client for cluster and index administration. * * @return the admin client
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Sun Aug 31 08:19:00 UTC 2025 - 121.9K bytes - Viewed (0) -
src/test/java/jcifs/dcerpc/ndr/NdrShortTest.java
} @Test @DisplayName("Should encode masked overflow value correctly") void testEncodeMaskedValue() throws NdrException { // Given: NdrShort with overflow value that gets masked int inputValue = 300; // 300 & 0xFF = 44 NdrShort ndrShort = new NdrShort(inputValue); // When: Encoding the value ndrShort.encode(mockBuffer);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 11.2K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/exception/UserRoleLoginException.java
* @param actionClass the action class that requires specific user roles */ public UserRoleLoginException(final Class<RootAction> actionClass) { this.actionClass = actionClass; } /** * Gets the action class associated with this exception. * * @return the action class that requires specific user roles */ public Class<?> getActionClass() { return actionClass; } /**
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.9K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.20.md
- This PR will introduce a feature gate CSIServiceAccountToken with two additional fields in `CSIDriverSpec`. ([#93130](https://github.com...
Registered: Fri Sep 05 09:05:11 UTC 2025 - Last Modified: Wed Jan 19 21:05:45 UTC 2022 - 409K bytes - Viewed (0) -
cmd/data-usage-cache.go
ats.Tiers[tier] = ats.Tiers[tier].add(st) } } func (ats *allTierStats) merge(other *allTierStats) { for tier, st := range other.Tiers { ats.Tiers[tier] = ats.Tiers[tier].add(st) } } func (ats *allTierStats) clone() *allTierStats { if ats == nil { return nil } dst := *ats dst.Tiers = make(map[string]tierStats, len(ats.Tiers)) maps.Copy(dst.Tiers, ats.Tiers) return &dst }
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 34.7K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/api/WebApiRequest.java
*/ public WebApiRequest(final HttpServletRequest request, final String servletPath) { super(request); this.servletPath = servletPath; } /** * Gets the servlet path for this request. * Returns the custom servlet path unless the query string contains SAStruts.method. * * @return The servlet path */ @Override public String getServletPath() {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 1.9K bytes - Viewed (0)