Home
last modified time | relevance | path

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

1...<<818283

/plugin/flowplay/
H A Dchangelog2 * :!: Maybe you need to purge some cache...
/plugin/gcalendar/
H A Dsyntax.php93 $renderer->info['cache'] = isset($options['cache']);
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php1597 Detects if the formula image already exists in the $dirimg cache directory.
1623 Creates the formula image (if the image is not in the cache) and returns the <img src=...></img> ht…
1630 //the image doesn't exist in the cache directory. we create it.
1647 - if the image corresponding to the formula doesn't exist in the $dirimg cache directory (detectimg…
1650 …e file (the "detectimg" function returns this parameter if the image exists in the cache directory)
/plugin/chessdiagram/toolbar/
H A Dreadme.txt7 - cleanup cache
/plugin/livepreview/
H A Dscript.js221 req.cache = false;
/plugin/bibtex/
H A Dsyntax.php377 //$link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true);
386 $height=NULL, $cache=NULL, $linking=NULL) { argument
403 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),($linking=='direct'));
417 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true);
419 $link['name'] = $this->_media ($src, $title, $align, $width, $height, $cache);
503 $height=NULL, $cache=NULL) { argument
510 $ret .= '<img src="'.ml($src,array('w'=>$width,'h'=>$height,'cache'=>$cache)).'"';
/plugin/gallery2/dwgallery/
H A Ddwgallery.php190 …lace('/', ':', $picture), 'w='.$gallery['randomwidth'].'&amp;h='.$height.'&amp;cache=cache', TRUE);
260 $media = ml(getNS($ID).':'.$gallery['thumbname'][$i], 'w=&amp;h=&amp;cache=cache', TRUE);
263 …S($ID).':'.$gallery['imagename'][$i], 'w='.$gallery['thumbwidth'].'&amp;h=&amp;cache=cache', TRUE);
346 …$detail = ml(getNS($ID).':'.$gallery['imagename'][$gallery['pic']-1], 'id='.$ID.'&amp;cache=cache'…
347 …$media = ml(getNS($ID).':'.$gallery['imagename'][$gallery['pic']-1], 'w=&amp;h=&amp;cache=cache', …
529 $media = ml(getNS($ID).':'.$gallery['thumbname'][$i], 'w=&amp;h=&amp;cache=cache', TRUE);
531 …S($ID).':'.$gallery['imagename'][$i], 'w='.$gallery['thumbwidth'].'&amp;h=&amp;cache=cache', TRUE);
/plugin/txtconf/
H A Dadmin.php14 * - Remove cache for pages affected by conf modif
/plugin/flickr/
H A Dsyntax.php119 … = $renderer->_media ($p['src'], $p['title'], $p['align'], $p['width'], $p['height'], $p['cache']);
/plugin/zip/
H A Dadmin.php25 # Check to see if we can use cache:
27 if (file_exists($file."/Cache/Lite.php")) {
28 require_once('Cache/Lite.php');
78 $cache = new Cache_Lite(
84 File_Archive::setOption('cache', $cache);
/plugin/zip/pear/File/
H A DArchive.php70 'cache' => null,
82 * "cache"
85 * Default: null (no cache used)
115 * This parameter specifies when a cache should be used. When the cache is
120 * - false: never use cache
131 if ($name == 'cache' && $value !== null) {
466 $tmp =& File_Archive::cache($result);
539 * Adds a cache layer above the specified reader
544 * @param mixed $toConvert The reader to cache
548 function cache(&$toConvert) function in File_Archive
[all …]
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php30 * @version CVS: $Id: Cache.php,v 1.1 2005/07/07 12:24:58 vincentlascaux Exp $
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php190 //Try to read from the cache
191 $cache = File_Archive::getOption('cache', null);
192 if ($cache !== null && $this->compressionLevel > 0) {
200 //Tries to read from cache
201 if (($data = $cache->get($id, $group)) !== false) {
206 //If cache failed or file modified since then
221 $cache->save($data, $id, $group);
234 //If no cache system, use the standard way
/plugin/math/
H A Dsyntax.php64 $mathmultiplugin_urlimg = DOKU_URL.'lib/exe/fetch.php?w=&amp;h=&amp;cache=cache&amp;media=';
230 //TODO: create and cache img with mimetex
/plugin/menupopup/
H A Dsyntax.php101 $renderer->info['cache'] = FALSE;
/plugin/chat/
H A Dsyntax.php118 $renderer->info['cache'] = FALSE;//TODO: solve this. It remembers wrong username
/template/sxs/
H A Dsidebar.php38 $cache = getCacheName($localFile.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'],'.xhtml');
40 // check if cache can be used
41 $cachetime = @filemtime($cache); // 0 if not exists
44 && $cachetime > @filemtime($masterFile) // cache is fresh
54 //well then use the cache
55 $parsed = io_readfile($cache);
56 $parsed .= "\n<!-- cachefile $cache used -->\n";
60 if($info['cache']){
61 io_saveFile($cache,$parsed); //save cachefile
64 @unlink($cache); //try to delete cachefile
/plugin/bibtex/OSBib/create/
H A Dcommon.js35 var linksLength = links.length; // cache
/plugin/ifauth/
H A Dsyntax.php3 * Plugin ifauth: Displays content at given time. (After next cache update)

1...<<818283