OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBooleanConfiguration
(Results
1 - 2
of
2
) sorted by null
/external/apache-http/src/org/apache/commons/logging/impl/
LogFactoryImpl.java
732
private boolean
getBooleanConfiguration
(String key, boolean dflt) {
747
allowFlawedContext =
getBooleanConfiguration
(ALLOW_FLAWED_CONTEXT_PROPERTY, true);
748
allowFlawedDiscovery =
getBooleanConfiguration
(ALLOW_FLAWED_DISCOVERY_PROPERTY, true);
749
allowFlawedHierarchy =
getBooleanConfiguration
(ALLOW_FLAWED_HIERARCHY_PROPERTY, true);
[
all
...]
/prebuilt/common/http-client/
commons-logging-1.1.1.jar
Completed in 27 milliseconds