Home
last modified time | relevance | path

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

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