OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ignoreBogonsFeature
(Results
1 - 2
of
2
) sorted by null
/external/tagsoup/src/org/ccil/cowan/tagsoup/
CommandLine.java
149
r.setFeature(Parser.
ignoreBogonsFeature
, true);
Parser.java
191
public final static String
ignoreBogonsFeature
=
299
theFeatures.put(
ignoreBogonsFeature
, truthValue(DEFAULT_IGNORE_BOGONS));
335
else if (name.equals(
ignoreBogonsFeature
)) ignoreBogons = value;
[
all
...]
Completed in 305 milliseconds