MCPcopy Index your code
hub / github.com/10cks/fofaEX / RuleMarkChangeCallback

Interface RuleMarkChangeCallback

src/main/java/Main.java:2313–2315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2311
2312 // addRuleBox 的回调函数
2313 public interface RuleMarkChangeCallback {
2314 void onRuleMarkChange(boolean newValue);
2315 }
2316
2317 // 处理 title 实体编码问题
2318 public static List<String> decodeHtmlEntities(List<String> encodedTitles) {

Callers 1

itemStateChangedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected