Home
last modified time | relevance | path

Searched refs:agentIsBot (Results 1 – 3 of 3) sorted by relevance

/dports/www/wt/wt-4.6.1/src/web/
H A DConfiguration.h260 bool agentIsBot(const std::string& agent) const;
H A DConfiguration.C616 bool Configuration::agentIsBot(const std::string& agent) const in agentIsBot() function
/dports/www/wt/wt-4.6.1/src/Wt/
H A DWEnvironment.C368 if (conf.agentIsBot(userAgent_)) in setUserAgent()