Home
last modified time | relevance | path

Searched full:cache (Results 176 – 200 of 2069) sorted by last modified time

12345678910>>...83

/plugin/linkback/lang/en/
H A Dsettings.php18 $lang['log_processing'] = 'Log processing of incoming linkbacks (Log will be called linkback.log and be located in the cache-dir).';
/plugin/linkback/lang/ko/
H A Dsettings.php16 $lang['log_processing'] = '들어오는 링크백의 처리 기록. (기록은 linkback.log에 호출되고 cache-dir에 위치됩니다)';
/plugin/linkback/
H A Dtools.php145 io_saveFile($changelog, $logline, true); //global changelog cache
150 * Trims the recent comments cache to the last $conf['changes_days'] recent
187 // however the extra robustness in making the changelog cache self-correcting is worth it
/plugin/linkback/lang/nl/
H A Dsettings.php16 $lang['log_processing'] = 'Log het verwerken van inkomende linkbacks (Logboek naam is linkback.log en bevindt zich in de cache-dir).';
/plugin/linkback/lang/de/
H A Dsettings.php16 $lang['log_processing'] = 'Logge die Verarbeitung von ankommenden Linkbacks (Log-Datei "linkback.log" liegt im cache-dir)';
/plugin/structpublish/action/
H A Dcache.php23 * For pages containing an aggregation, add structpublish flag to cache key
31 /** @var \dokuwiki\Cache\CacheParser $cache */
32 $cache = $event->data;
33 if ($cache->mode != 'xhtml') return true;
34 if (!$cache->page) return true; // not a page cache
36 $meta = p_get_metadata($cache->page, 'plugin struct');
39 $cache->key .= ';' . helper_plugin_structpublish_db::userHasRole($cache
[all...]
/plugin/diagrams/action/
H A Daction.php61 * Save the PNG cache of a diagram
72 // we always create the PNG but only save it if the cache is enabled
74 echo 'PNG cache disabled, call ignored';
/plugin/diagrams/script/
H A DDiagramsForm.js169 const url = `${DOKU_BASE}lib/exe/fetch.php?cache=nocache&media=${mediaid}`;
170 await fetch(url, {cache: 'reload', mode: 'no-cors'});
199 cache: 'no-cache',
H A DDiagramsMediaManager.js51 cache: 'no-cache',
113 cache: 'no-cache',
222 cache: 'no-cache',
H A DDiagramsEditor.js61 cache: 'no-cache',
89 cache: 'no-cache',
128 cache: 'no-cache',
158 cache: 'no-cache',
166 * Save the PNG cache for a diagram
182 cache
[all...]
H A Dmediafile-editbutton.js15 cache: 'no-cache',
/plugin/diagrams/
H A Drenderer.php31 // don't cache
/plugin/diagrams/syntax/
H A Dmediafile.php60 $data['url'] = ml($data['src'], ['cache' => 'nocache'], true, '&');
116 // if a PNG cache exists, use it instead of the real URL
138 // strip cache dir and our cache extension from data attribute
153 * PNG cache file without extension, if caching is enabled and file exists.
/plugin/struct/meta/
H A DSearchConfig.php32 * @var int the cache flag to use (binary flags)
53 // cache flag setting
84 * Set the cache flag accordingly to the set filter placeholders
/plugin/struct/renderer/
H A Dcsv.php62 // don't cache
286 $cache = null, argument
298 $cache = null, argument
310 $cache = null argument
321 $cache = null argument
/plugin/struct/action/
H A Dcache.php39 * For pages potentially containing schema data, refresh the cache when schema data has been
49 /** @var \cache_parser $cache */
50 $cache = $event->data;
51 if ($cache->mode != 'xhtml') return true;
52 if (!$cache->page) return true; // not a page cache
55 if (!$assignments->getPageAssignments($cache->page)) return true; // no struct here
57 $cache->depends['files'][] = self::getSchemaRefreshFile();
63 * to the cache dependencies
74 /** @var \cache_parser $cache */
[all...]
/plugin/mermaid/
H A Drenderer.php60 function internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null, $return = false) argument
62 $xhtml = parent::internalmedia($src, $title, $align, $width, $height, $cache, $linking, true);
/plugin/doi/Resolver/
H A DAbstractResolver.php24 * The extension used for the cache file
91 $cache = getCacheName($id, '.' . $ext . '.json');
92 if (@filemtime($cache) > filemtime($file)) {
93 return json_decode(file_get_contents($cache), true);
97 file_put_contents($cache, json_encode($result));
/plugin/openlayersmap/lang/fr/
H A Dadmin_intro.txt2 ====== Purger la mise en cache des tuiles et des cartes ======
4 Cette page vous permet de purger les tuiles et les cartes mises en cache qui sont utilisées par le backend des cartes statiques «locales».
H A Dlang.php32 $lang ['menu'] = 'Gestionnaire de cache Openlayersmap';
34 $lang ['admin_purge_tiles'] = 'Purger la mise en cache des tuiles';
36 $lang ['admin_purge_maps'] = 'Purger la mise en cache des cartes';
38 $lang ['admin_purged_tiles'] = 'La mise en cache des tuiles a été purgée.';
39 $lang ['admin_purged_maps'] = 'La mise en cache des cartes a été purgée.';
/plugin/openlayersmap/lang/nl/
H A Dlang.php32 $lang ['menu'] = 'Openlayersmap cache manager';
/plugin/openlayersmap/
H A DStaticMap.php117 * Directory to store/cache maps
119 * Directory to cache map tiles
177 // use map cache, so check cache for map
179 // map is not in cache, needs to be build
406 * Fetch a tile and (if configured) store it in the cache.
476 * Write a tile into the cache.
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/openlayersmap/lang/en/
H A Dlang.php32 $lang ['menu'] = 'Openlayersmap cache manager';
/plugin/openlayersmap/lang/es/
H A Dlang.php34 $lang ['menu'] = 'Openlayersmap cache manager';

12345678910>>...83