Home
last modified time | relevance | path

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

/plugin/math2/
Dsyntax.php143 if ($this->_cacheExists()) {
166 function _cacheExists() { function in syntax_plugin_math
/plugin/authdrupal8/
Dauth.php122 if($this->_cacheExists($user, $requireGroups)) {
516 protected function _cacheExists($user, $requireGroups=true) { function in auth_plugin_authdrupal8
/plugin/authdrupal7/
Dauth.php127 if($this->_cacheExists($user, $requireGroups)) {
521 protected function _cacheExists($user, $requireGroups=true) { function in auth_plugin_authdrupal7