Home
last modified time | relevance | path

Searched refs:depends (Results 351 – 375 of 521) sorted by last modified time

1...<<1112131415161718192021

/plugin/randominc/
H A Daction.php44 $depends = array();
45 $expire = $this->_inclusion_check($cache->page, $key, $depends);
69 …$cache->depends['files'] = !empty($cache->depends['files']) ? array_merge($cache->depends['files']…
79 * @param array $depends array of include file dependencies
83 function _inclusion_check($id, &$key, &$depends) { argument
99 if ($this->_inclusion_check($page, $key, $depends)) { $expire = true; }
100 if (($acl = $this->_acl_read_check($page)) != 'NONE') { $depends[] = $file; }
/plugin/datedifference/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/loadskin/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/simplewikipagetree/
H A DLICENSE77 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/unsplashdoku/
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/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_165255.bak157 // Disable caching because the result depends on an external ressource
H A Dsyntax.php.2018-03-08_165158.bak157 // Disable caching because the result depends on an external ressource
H A Dsyntax.php.2018-03-08_165027.bak157 // Disable caching because the result depends on an external ressource
H A Dsyntax.php.2018-03-08_164706.bak157 // Disable caching because the result depends on an external ressource
H A Dsyntax.php.2018-03-08_164623.bak153 // Disable caching because the result depends on an external ressource
H A Dsyntax.php.2018-03-08_163718.bak153 // Disable caching because the result depends on an external ressource
H A Dsyntax.php.2018-03-08_163705.bak153 // Disable caching because the result depends on an external ressource
H A Dsyntax.php.2018-03-08_163658.bak153 // Disable caching because the result depends on an external ressource
/plugin/codebash/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/autolink3/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/fckg/fckeditor/
H A Dlicense.txt106 Whether that is true depends on what the Program does.
461 writing it). Whether that is true depends on what the Library does
/plugin/fckg/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/syntaxhighlighter3/sxh3/
H A DGPL-LICENSE77 Whether that is true depends on what the Program does.
/plugin/authsmf20/
H A Dauth.php336 $depends = array('age' => self::CACHE_DURATION_UNIT * $this->_cache_duration);
340 if (($this->_cache_duration > 0) && $cache->useCache($depends)) {
/plugin/toctweak/action/
H A Drendertoc.php98 $depends = p_get_metadata($cache->page, 'relation toctweak');
99 if (!$depends) break;
100 $cache->depends['files'] = ($cache->depends['files'])
101 ? array_merge($cache->depends['files'], $depends)
102 : $depends;
/plugin/authsplit/
H A DREADME73 be known there by the same login name, too. If not, behaviour depends on the
125 - modifyUser(): where authsplit routes a change depends on the actual change
/plugin/htmlokay/
H A Daction.php60 $depends = p_get_metadata($cache->page, 'relation htmlokay');
62 if(isset($depends)) {
63 if(!empty($cache->depends['files'])) {
64 $cache->depends['files'][] = $meta_file;
68 else $cache->depends['files'] = array($meta_file);
/plugin/tocselect/
H A DLICENSE77 Whether that is true depends on what the Program does.

1...<<1112131415161718192021