- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for adjusting (0.16 seconds)
-
src/main/java/jcifs/internal/dfs/DfsReferralDataImpl.java
if (s.indexOf('.') < 0 && s.toUpperCase(Locale.ROOT).equals(s)) { if (fqdn.startsWith(s.toLowerCase(Locale.ROOT) + ".")) { if (log.isDebugEnabled()) { log.debug("Adjusting server name " + s + " to " + fqdn); } this.server = fqdn; } else { log.warn("Have unmappable netbios name " + s); } } }
Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 16 01:32:48 GMT 2025 - 11.7K bytes - Click Count (0) -
scripts/doc_parsing_utils.py
def _construct_markdown_link( url: str, text: str, title: str | None, attributes: str | None, lang_code: str, ) -> str: """ Construct a markdown link, adjusting the URL for the given language code if needed. """ url = _add_lang_code_to_url(url, lang_code) if title: link = f'[{text}]({url} "{title}")' else: link = f"[{text}]({url})"
Created: Sun Apr 05 07:19:11 GMT 2026 - Last Modified: Thu Mar 19 17:37:41 GMT 2026 - 23.5K bytes - Click Count (0) -
compat/maven-compat/src/main/mdo/profiles.mdo
<fields> <field> <name>profiles</name> <version>1.0.0</version> <description><![CDATA[ Configuration of build profiles for adjusting the build according to environmental parameters ]]></description> <association> <type>Profile</type> <multiplicity>*</multiplicity> </association>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Jan 22 11:03:29 GMT 2025 - 13.8K bytes - Click Count (0) -
guava/src/com/google/common/collect/CompactHashMap.java
// `size() - 1` are used and remaining elements are not. This makes iteration straightforward. // Removing an entry generally involves moving the last element of each array to where the removed // entry was, and adjusting index links accordingly. /** * The hashtable object. This can be either: * * <ul> * <li>a byte[], short[], or int[], with size a power of two, created by
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Tue Jul 08 18:32:10 GMT 2025 - 39.6K bytes - Click Count (0) -
api/maven-api-settings/src/main/mdo/settings.mdo
</field> <field xdoc.separator="blank"> <name>profiles</name> <version>1.0.0+</version> <description> Configuration of build profiles for adjusting the build according to environmental parameters. </description> <association> <type>Profile</type> <multiplicity>*</multiplicity> </association>Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun May 18 09:15:56 GMT 2025 - 33.8K bytes - Click Count (0) -
android/guava/src/com/google/common/collect/CompactHashMap.java
// `size() - 1` are used and remaining elements are not. This makes iteration straightforward. // Removing an entry generally involves moving the last element of each array to where the removed // entry was, and adjusting index links accordingly. /** * The hashtable object. This can be either: * * <ul> * <li>a byte[], short[], or int[], with size a power of two, created by
Created: Fri Apr 03 12:43:13 GMT 2026 - Last Modified: Sat Aug 09 01:14:59 GMT 2025 - 35.7K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.33.md
- Fixed a test failure in `TestSetVolumeOwnershipOwner` for `fsGroup=3000` and symlink cases in `volume_linux_test.go`. The tests were failing due to invalid ownership verification and the issue has been resolved by adjusting file permission change handling, ensuring correct behavior when run as root. ([#130616](https://github.com/kubernetes/kubernetes/pull/130616), [@gnufied](https://github.com/gnufied))
Created: Fri Apr 03 09:05:14 GMT 2026 - Last Modified: Thu Mar 19 03:17:58 GMT 2026 - 369K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Feb 17 09:48:21 GMT 2026 - 133.5K bytes - Click Count (0)