Home
last modified time | relevance | path

Searched refs:furtherInfo (Results 1 – 5 of 5) sorted by relevance

/dports/security/modsecurity3/modsecurity-v3.0.5/src/operators/
H A Drbl.cc182 void Rbl::furtherInfo(struct sockaddr_in *sin, const std::string &ipStr, in furtherInfo() function in modsecurity::operators::Rbl
226 furtherInfo(sin, ipStr, t, m_provider); in evaluate()
H A Drbl.h91 static void furtherInfo(struct sockaddr_in *sin, const std::string &ipStr,
/dports/astro/stellarium/stellarium-0.21.3/src/core/
H A DStelModuleMgr.hpp74 QString getStandardSupportLinksInfo(QString moduleName, bool furtherInfo = false);
H A DStelModuleMgr.cpp310 QString StelModuleMgr::getStandardSupportLinksInfo(QString moduleName, bool furtherInfo) in getStandardSupportLinksInfo() argument
323 if (furtherInfo) in getStandardSupportLinksInfo()
/dports/devel/kf5-kcmutils/kcmutils-5.89.0/src/
H A Dkpluginselector.cpp147 struct FurtherInfo furtherInfo; in addDependency() local
148 furtherInfo.added = added; in addDependency()
149 furtherInfo.pluginCausant = pluginCausant; in addDependency()
158 dependencyMap[dependency] = furtherInfo; in addDependency()
160 dependencyMap.insert(dependency, furtherInfo); in addDependency()