Home
last modified time | relevance | path

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

12345678910>>...21

/plugin/dw2pdf/
H A Daction.php105 $depends = [];
106 $cache = $this->prepareCache($depends);
110 || !$cache->useCache($depends);
315 * @param array $depends (reference) array with dependencies
318 protected function prepareCache(&$depends)
359 $depends['files'] = array_map('wikiFN', $this->list);
360 $depends['files'][] = __FILE__;
361 $depends['files'][] = __DIR__ . '/renderer.php';
362 $depends['files'][] = __DIR__ . '/mpdf/mpdf.php';
363 $depends['file
309 prepareCache(& $depends) global() argument
[all...]
/plugin/rrdgraph/
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;
/plugin/authgooglesheets/
H A Dhelper.php73 $depends['age'] = $conf['cachetime'];
74 $depends['purge'] = $INPUT->bool('purge');
76 if (empty($decoded) || !$userCache->useCache($depends)) {
/plugin/bugzillaxmlrpc/
H A DREADME2 desc Gets information about bugs (with depends on) via XML-RPC Bugzilla::WebService
/plugin/twofactor/lang/en/
H A Dprofile.txt3 This is where you can configure what you want to use as a second factor besides your usual credentials when logging into DokuWiki. What options are available depends on what your administrator has configured.
/plugin/authphpbb3/
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);
/plugin/odp/
H A Daction.php35 $cache->depends['files'][] = $template_path;
/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/ghissues/action/
H A DcacheHandler.php50 $pageCache->depends['files'][]= $loadFromCache->checkIssuesCache($apiURL);
/plugin/davcard/action/
H A Dcache.php39 $cache->depends['files'][] = $wdc->getLastSyncChangeFileForConnection($connectionId);
/plugin/odt/action/
H A Dcache.php51 $cache->depends['files'][] = $template_path;
/plugin/approve/action/
H A Dcache.php45 $cache->depends['files'][] = $sqlite->getAdapter()->getDbFile();
/plugin/log/
H A Daction.php38 $cache->depends['files'][] = wikiFN(log_get_log_page($this, $cache->page));
/plugin/tagfilter/helper/
H A Dsyntax.php119 $depends = ['files' => [
125 if (!$cache->useCache($depends)) {
/plugin/combo/ComboStrap/
H A DFetcherMarkup.php375 $depends['age'] = $this->getCacheAge();
385 $depends['files'][] = FetcherMarkup::confRoot()
419 $useCache = $this->contentCache->useCache($depends);
1208 $depends['files'][] = $this->instructionsCache->cache;
1209 $depends['files'][] = $executingPath->toAbsolutePath()->toAbsoluteId();
1210 $useCache = $this->metaCache->useCache($depends);
/plugin/poldek/
H A Daction.php65 $cache->depends['files'][] = $helper->getCache();
/plugin/sviewer/
H A DREADME10 depends : cache (2008-03-22 or later)
/plugin/ckgdoku/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.css7 …width: 12px; /* All cells have equal width which depends on parent width (in this case table paren…
/plugin/ckgedit/ckeditor/plugins/colordialog/dialogs/
H A Dcolordialog.css7 …width: 12px; /* All cells have equal width which depends on parent width (in this case table paren…
/plugin/rst/
H A DREADME.md9 depends :
/plugin/sha3sum/
H A DPlugin.txt10 depends :
/plugin/webexteamsnotifier/
H A DREADME.md7 This tool depends on php-curl (and by that also curl).
/plugin/rocketchatnotifier/
H A DREADME.md12 This tool depends on php-curl (and by that also curl).
/plugin/move/action/
H A Drewrite.php105 $cache->depends['purge'] = true;
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
H A Dreadme.helperapps.txt16 that getID3() depends on to handle some file formats under Windows.

12345678910>>...21