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