Home
last modified time | relevance | path

Searched defs:adjustField (Results 1 – 2 of 2) sorted by relevance

/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/ui/config/
H A DJConfigTab.java31 public static void adjustField(JComponent jc, String accessibleName, DocumentListener dl) { in adjustField() method in JConfigTab
/dports/security/hs-cryptol/cryptol-2.11.0/src/Cryptol/Utils/
H A DRecordMap.hs145 adjustField x f r = mkRec <$> Map.alterF f' x (recordMap r) function