Home
last modified time | relevance | path

Searched refs:depends (Results 26 – 50 of 521) sorted by path

12345678910>>...21

/plugin/approve/action/
H A Dcache.php45 $cache->depends['files'][] = $sqlite->getAdapter()->getDbFile();
/plugin/archivegenerator/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/archiveupload/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/asana/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/asiansearch/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/attribute/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/authclientcert/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/authdjango/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/authdrupal7/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/authfacebook/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/authg2fa/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/authgoogle2fa/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/authgooglesheets/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dhelper.php73 $depends['age'] = $conf['cachetime'];
74 $depends['purge'] = $INPUT->bool('purge');
76 if (empty($decoded) || !$userCache->useCache($depends)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md258 * No longer depends on RingPHP, but rather places the HTTP handlers directly
/plugin/authhiorgserver/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/authldaplocal/
H A DLICENSE95 Whether that is true depends on what the Program does.
/plugin/authlemonldap/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/authlinotp/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/authloginapi/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/authnc/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/authorlist/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/authowncloud/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/authphpbb3/
H A DLICENSE77 Whether that is true depends on what the Program does.
H A Dauth.php256 $depends = array('age' => self::CACHE_DURATION_UNIT * $this->_cache_duration);
260 if (($this->_cache_duration > 0) && $cache->useCache($depends)) {
572 $depends = array();
577 $depends['age'] = self::CACHE_DURATION_UNIT * $this->_cache_duration;
579 $depends['purge'] = true;
581 return $this->_cache->useCache($depends);

12345678910>>...21