Home
last modified time | relevance | path

Searched refs:depends (Results 376 – 400 of 521) sorted by path

1...<<1112131415161718192021

/plugin/publist/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/publistf/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/publistx/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/pubmed2020/site/
H A Ddescription.txt10 depends :
/plugin/pureldap/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/pwaoffline/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/qna/
H A Daction.php187 $depends = p_get_metadata($ID, 'relation depends');
189 if (!empty($depends) && isset($depends['rendering'])) {
190 $this->addDependencies($cache, array_keys($depends['rendering']));
199 private function addDependencies($cache, $depends) { argument
200 foreach ($depends as $file) {
201 if (!in_array($file, $cache->depends['files']) && file_exists($file)) {
202 $cache->depends['files'][] = $file;
/plugin/quickedit/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/randominc/
H A DCOPYING77 Whether that is true depends on what the Program does.
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/randompage2/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/randomtables/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/redirect2/
H A Dhelper.php33 $depends = array('files' => array($this->ConfFile));
35 if ($cache->useCache($depends)) {
/plugin/referrers/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/refnotes/
H A Daction.php585 private function addDependencies($cache, $depends) {
586 foreach ($depends as $file) {
587 if (!in_array($file, $cache->depends['files']) && file_exists($file)) {
588 $cache->depends['files'][] = $file;
556 addDependencies($cache, $depends) global() argument
/plugin/relativetimehelper/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/remotescript/lib/
H A Dlicense.txt147 writing it). Whether that is true depends on what the Library does
/plugin/repo/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/reqlang/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/revealjs/
H A DREADME.md22 …e past this was optional - now it is mandatory, because the plugin logic depends on the informatio…
/plugin/rndtxt/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/rocketchatnotifier/
H A DREADME.md12 This tool depends on php-curl (and by that also curl).
/plugin/rowmove/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/rrdgraph/
H A Daction.php106 $cache->depends ['files'] [] = wikiFN ( $dependency );
H A Dhelper.php62 if (! array_key_exists('files', $this->depends))
63 $this->depends['files'] = $files;
65 $this->depends['files'] = array_merge($files, $this->depends['files']);
130 $this->depends['age'] = $this->maxAge;

1...<<1112131415161718192021