Home
last modified time | relevance | path

Searched refs:needsAuthorization (Results 1 – 10 of 10) sorted by relevance

/dports/devel/kf5-kdeclarative/kdeclarative-5.89.0/src/quickaddons/
H A Dconfigmodule.h131 …Q_PROPERTY(bool needsAuthorization READ needsAuthorization WRITE setNeedsAuthorization NOTIFY need…
407 bool needsAuthorization() const;
H A Dconfigmodule.cpp313 bool ConfigModule::needsAuthorization() const in needsAuthorization() function in KQuickAddons::ConfigModule
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/util/webserver/
H A DHTTPProxyClient.java37 authorized = !needsAuthorization(requestedFile); in handleLine()
53 protected abstract boolean needsAuthorization(String reqFile); in needsAuthorization() method in HTTPProxyClient
/dports/devel/kf5-kcmutils/kcmutils-5.89.0/src/
H A Dkcmoduleqml.cpp76 setNeedsAuthorization(d->configModule->needsAuthorization()); in KCModuleQml()
78 setNeedsAuthorization(d->configModule->needsAuthorization()); in KCModuleQml()
H A Dkcmultidialog.cpp156 if (activeModule->realModule()->needsAuthorization()) { in _k_clientChanged()
/dports/x11-toolkits/kf5-kconfigwidgets/kconfigwidgets-5.89.0/src/
H A Dkcmodule.h223 bool needsAuthorization() const;
H A Dkcmodule.cpp139 bool KCModule::needsAuthorization() const in needsAuthorization() function in KCModule
/dports/misc/jbidwatcher/jbidwatcher-2.5.6/src/com/jbidwatcher/app/
H A DMiniServer.java35 protected boolean needsAuthorization(String reqFile) { return false; } in needsAuthorization() method in MiniServer
H A DJBidProxy.java52 protected boolean needsAuthorization(String reqFile) { in needsAuthorization() method in JBidProxy
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkdeui.py1555 def needsAuthorization(self): member in KCModule