Home
last modified time | relevance | path

Searched refs:depends (Results 51 – 75 of 521) sorted by last modified time

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/combo/action/
H A Dcacheexpiration.php84 $data->depends["purge"] = true;
/plugin/combo/
H A DLICENSE77 Whether that is true depends on what the Program does.
/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/data/
H A Dstyle.css169 margin-top: -1em; /* depends on the dl margin */
/plugin/adhoctags/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/dwtimeline/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/mobiletable/
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/upgrade/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/embeddedphp/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/const/
H A Daction.php219 $cache->depends["purge"] = $const["invalidate"];
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/sql2wiki/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/approve/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/approve/action/
H A Dcache.php45 $cache->depends['files'][] = $sqlite->getAdapter()->getDbFile();
/plugin/btable2/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/stellarium/
H A DLICENSE.md29 …endent of having been made by running the Program). Whether that is true depends on what the Progr…
/plugin/structacl/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/notification/
H A DLICENSE77 Whether that is true depends on what the Program does.
/plugin/notification/action/
H A Dcache.php63 $cache->depends['files'] = array_merge($cache->depends['files'], $data['dependencies']);
/plugin/odt/action/
H A Dcache.php51 $cache->depends['files'][] = $template_path;
H A Dexport.php189 $depends = array();
190 $cache = $this->prepareCache($title, $depends);
193 if(!$this->getConf('usecache') || !$cache->useCache($depends)) {
369 * @param array $depends (reference) array with dependencies
372 protected function prepareCache($title, &$depends) { argument
412 $depends['files'] = array_map('wikiFN', $this->list);
413 $depends['files'][] = __FILE__;
414 $depends['files'][] = dirname(__FILE__) . '/../renderer/page.php';
416 $depends['files'][] = dirname(__FILE__) . '/../plugin.info.txt';
417 $depends['files'] = array_merge(
[all …]
/plugin/keyboard/
H A DCOPYING77 Whether that is true depends on what the Program does.
/plugin/blogtng/
H A DCOPYING77 Whether that is true depends on what the Program does.

12345678910>>...21