Home
last modified time | relevance | path

Searched refs:cache (Results 76 – 100 of 671) sorted by relevance

12345678910>>...27

/plugin/move/_test/
H A Dcache_handling.test.php35 $cache = new cache_renderer($testid, wikiFN($testid), 'xhtml');
36 $this->assertTrue($cache->useCache());
42 $cache = new cache_renderer($testid, wikiFN($testid), 'xhtml');
43 $this->assertFalse($cache->useCache());
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DMontgomeryMult.php51 static $cache = [
56 if (($key = array_search($m, $cache[self::VARIABLE])) === false) {
57 $key = count($cache[self::VARIABLE]);
58 $cache[self::VARIABLE][] = $m;
59 $cache[self::DATA][] = self::modInverse67108864($m, $class);
70 $temp = $temp * $cache[self::DATA][$key];
H A DBarrett.php55 static $cache = [
78 if (($key = array_search($m, $cache[self::VARIABLE])) === false) {
79 $key = count($cache[self::VARIABLE]);
80 $cache[self::VARIABLE][] = $m;
93 $cache[self::DATA][] = [
98 extract($cache[self::DATA][$key]);
150 static $cache = [
166 if (($key = array_search($n, $cache[self::VARIABLE])) === false) {
167 $key = count($cache[self::VARIABLE]);
168 $cache[self::VARIABLE][] = $n;
[all …]
H A DMontgomery.php61 static $cache = [
66 if (($key = array_search($n, $cache[self::VARIABLE])) === false) {
67 $key = count($cache[self::VARIABLE]);
68 $cache[self::VARIABLE][] = $x;
69 $cache[self::DATA][] = self::modInverse67108864($n, $class);
77 $temp = $result[self::VALUE][$i] * $cache[self::DATA][$key];
/plugin/extranet/
H A Daction.php68 $cache = $event->data;
69 $cache->key .= '#extranet';
70 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/htmlokay/
H A Daction.php56 $cache =$event->data;
58 if (!isset($cache->page)) return;
59 if (isset($cache->mode) && $cache->mode == 'metadata') return;
60 $depends = p_get_metadata($cache->page, 'relation htmlokay');
61 $meta_file = metaFN($cache->page,'.meta');
63 if(!empty($cache->depends['files'])) {
64 $cache->depends['files'][] = $meta_file;
68 else $cache->depends['files'] = array($meta_file);
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.state.class.php139 static $cache = array();
140 if (!isset($cache[$code])) {
141 $cache[$code] =& CSS::get_handler($code);
143 $value =& $cache[$code]->get($this->_state[0]);
166 static $cache = array();
167 if (!isset($cache[$code])) {
168 $cache[$code] =& CSS::get_handler($code);
171 $cache[$code]->clearDefaultFlags($this);
/plugin/templateconfhelper/exe/
H A Dcss.php62 …$cache = new cache('styles'.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'].DOKU_BASE.$cache.$mediat…
121 http_cached($cache->cache,
122 $cache->useCache(array('files' => $cache_files)));
178 http_cached_finish($cache->cache, $css);
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DScopedAccessTokenMiddleware.php58 * @param CacheItemPoolInterface $cache an implementation of CacheItemPoolInterface
64 CacheItemPoolInterface $cache = null argument
74 if (!is_null($cache)) {
75 $this->cache = $cache;
/plugin/swiftmail/Swift/Message/
H A DEncoder.php155 $cache = Swift_CacheFactory::getCache();
162 if ($loop) $cache->write("b64", $le);
166 $cache->write("b64", $next);
169 return $cache->getOutputStream("b64");
270 $cache = Swift_CacheFactory::getCache();
277 return $cache->getOutputStream("qp");
301 $cache = Swift_CacheFactory::getCache();
304 $cache->write("7b", $this->fixLE(wordwrap($ret, $chunk-2, $le, 1), $le));
305 return $cache->getOutputStream("7b");
329 $cache = Swift_CacheFactory::getCache();
[all …]
/plugin/eventline/
H A DgetXmlData.php25 $cache = new cache_instructions($dokuPageId, $pagePath);
26 if ($cache->useCache()){
27 $instructions = $cache->retrieveCache();
30 $cache->storeCache($instructions);
/plugin/gh/
H A Dsyntax.php113 // check if there's a usable cache
115 $cache = getCacheName($raw, '.ghplugin');
116 $tcache = @filemtime($cache);
122 $text = io_readFile($cache);
133 io_saveFile($cache, $text);
136 $text = io_readFile($cache);
/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/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php152 $cache =& $cache_authname;
158 if (!isset($cache[$name][$skip_group])) {
160 $cache[$name][$skip_group] = '@'.preg_replace('/([\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f])/e',
163 $cache[$name][$skip_group] = preg_replace('/([\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f])/e',
168 return $cache[$name][$skip_group];
194 static $cache = array();
197 if (isset($cache[(string)$raw_id])) {
198 return $cache[(string)$raw_id];
231 $cache[(string)$raw_id] = $id;
/plugin/indexmenu/
H A Daction.php75 * Check for pages changes and eventually purge cache.
88 /** @var cache_parser $cache */
89 $cache = &$event->data;
91 if (!isset($cache->page)) return;
92 //purge only xhtml cache
93 if ($cache->mode != "xhtml") return;
112 $cache->key .= "#" . $newkey;
113 $cache->cache = getCacheName($cache
[all...]
/plugin/editx/
H A Daction.php104 static $cache = null;
105 if (!$cache[$id]) {
106 $cache[$id] = auth_quickaclcheck($id)>=AUTH_EDIT &&
109 return $cache[$id];
113 static $cache = null;
114 if (!$cache[$id]) {
118 return $cache[$id];
122 static $cache = null;
123 if (!$cache[$id]) {
127 return $cache[$id];
[all …]
/plugin/combo/ComboStrap/
H A DMarkupCacheDependencies.php14 * Manage the cache dependencies for a slot level (not instructions cache).
19 * * to generate the cache key output
20 * * to add cache validity dependency such as requested page,
22 * For cache key generation, this is mostly used on
23 * * side slots to have several output of a list {@link \syntax_plugin_combo_pageexplorer navigation pane} for different namespace (ie there is one cache by namespace)
35 * The real scope value is then calculated before retrieving the cache
45 * output location of the cache
52 * of the cache
65 * the slot should be refreshed / cache shoul
335 rerouteCacheDestination(CacheParser& $cache) global() argument
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php35 protected static $cache = []; variable in Twig\\Template
592 if (!isset(self::$cache[$class])) {
610 $cache = [];
613 $cache[$method] = $method;
628 if (!isset($cache[$name])) {
629 $cache[$name] = $method;
631 if (!isset($cache[$lcName])) {
632 $cache[$lcName] = $method;
636 self::$cache[$class] = $cache;
640 if (isset(self::$cache[$class][$item])) {
[all …]
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php167 $cache =& $cache_authname;
174 if (!isset($cache[$name][$skip_group])) {
176 $cache[$name][$skip_group] = '@'.preg_replace_callback(
181 $cache[$name][$skip_group] = preg_replace_callback(
188 return $cache[$name][$skip_group];
225 static $cache = array();
228 if (isset($cache[(string)$raw_id])) {
229 return $cache[(string)$raw_id];
262 $cache[(string)$raw_id] = $id;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php167 $cache =& $cache_authname;
174 if (!isset($cache[$name][$skip_group])) {
176 $cache[$name][$skip_group] = '@'.preg_replace_callback(
181 $cache[$name][$skip_group] = preg_replace_callback(
188 return $cache[$name][$skip_group];
225 static $cache = array();
228 if (isset($cache[(string)$raw_id])) {
229 return $cache[(string)$raw_id];
263 $cache[(string)$raw_id] = $id;
/plugin/authgooglesheets/vendor/psr/cache/
H A DCHANGELOG.md9 - Make spacing consistent in phpdoc annotations php-fig/cache#9 - chalasr
10 - Fix grammar in phpdoc annotations php-fig/cache#10 - chalasr
11 …()` take an array of strings (`string[]`) compared to just `array` php-fig/cache#8 - GrahamCampbell
12 …valid parameters as well as an implementation of DateTimeInterface php-fig/cache#7 - GrahamCampbell
/plugin/csstimeline/
H A Dfeed.php51 $cache = getCacheName($id . $_SERVER['REMOTE_USER'], '.feed'); variable
52 $cmod = @filemtime($cache); // 0 if not exists
73 if($conf['allowdebug']) header("X-CacheUsed: $cache");
74 print io_readFile($cache);
122 io_saveFile($cache, $feed);
/plugin/toctweak/action/
H A Drendertoc.php88 $cache =& $event->data;
90 if (!$cache->page) return;
92 switch ($cache->mode) {
98 $depends = p_get_metadata($cache->page, 'relation toctweak');
100 $cache->depends['files'] = ($cache->depends['files'])
101 ? array_merge($cache->depends['files'], $depends)
/plugin/plantuml/
H A Dsyntax.php155 $cache = $this->_cachename($data, 'png');
158 if (!file_exists($cache)) {
161 $ok = $this->_remote($data, $in, $cache);
163 $ok = $this->_local($data, $in, $cache);
173 $cache = media_resize_image($cache, 'png', $data['width'], $data['height']);
176 return file_exists($cache) ? $cache : false;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php32 protected $cache = []; variable in Sabre\\DAV\\Tree
56 if (isset($this->cache[$path])) return $this->cache[$path];
80 $this->cache[$path] = $node;
201 $this->cache[$basePath . $child->getName()] = $child;
231 foreach ($this->cache as $nodePath => $node) {
233 unset($this->cache[$nodePath]);
275 $this->cache[$fullPath] = $childNode;

12345678910>>...27