- Sort Score
- Result 10 results
- Languages All
Results 11 - 12 of 12 for addFlags0 (0.05 sec)
-
src/main/java/jcifs/internal/smb2/create/Smb2CreateRequest.java
} /** * {@inheritDoc} * * @see jcifs.internal.RequestWithPath#setResolveInDfs(boolean) */ @Override public void setResolveInDfs ( boolean resolve ) { addFlags(SMB2_FLAGS_DFS_OPERATIONS); this.resolveDfs = resolve; } /** * {@inheritDoc} * * @see jcifs.internal.RequestWithPath#isResolveInDfs() */ @Override
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sat Jun 01 09:52:11 UTC 2019 - 14.3K bytes - Viewed (0) -
CHANGELOG/CHANGELOG-1.23.md
instead of `add-dir-header`). Fixing this included cleaning up flag handling in component-base/logs: that package no longer adds flags to the global flag sets. Commands which want the klog and `--log-flush-frequency` flags must explicitly call `logs.AddFlags`; the new `cli.Run` does that for commands. That helper function also covers flag normalization and printing of usage and errors in a consistent way (print usage text first if parsing failed, then the error). ([#105076](https://github.com/kubern...
Registered: Fri Nov 01 09:05:11 UTC 2024 - Last Modified: Tue Feb 28 21:06:52 UTC 2023 - 424.5K bytes - Viewed (0)