Home
last modified time | relevance | path

Searched refs:cache (Results 51 – 75 of 671) sorted by path

12345678910>>...27

/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];
/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/authorstats/
H A Daction.php136 $cache = &$event->data;
138 if (!isset($cache->page)) return;
139 if (!isset($cache->mode) || !in_array($cache->mode, $this->supportedModes)) return;
141 $enabled = p_get_metadata($cache->page, "authorstats-enabled");
143 if (@filemtime($cache->cache) < @filemtime($this->helpers->summaryfile)) {
/plugin/authphpbb3/
H A Daction.php41 $cache = null;
H A Dauth.php257 $cache = new cache('authphpbb3_getUserData_' . $user, $this->_cache_ext_name);
260 if (($this->_cache_duration > 0) && $cache->useCache($depends)) {
261 $user_data = unserialize($cache->retrieveCache(false));
263 $cache->removeCache();
297 $cache->storeCache(serialize($user_data));
299 $cache = null;
561 $this->_cache = new cache('authphpbb3', $this->_cache_ext_name);
/plugin/authsmf20/
H A Dauth.php337 $cache = new cache('authsmf20_getUserData_' . $user, $this->_cache_ext_name);
340 if (($this->_cache_duration > 0) && $cache->useCache($depends)) {
341 $user_data = unserialize($cache->retrieveCache(false));
344 $cache->removeCache();
397 $cache->storeCache(serialize($user_data));
400 $cache = null;
401 unset($cache);
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php143 $this->apps = $this->cache('apps');
H A Duser.php29 $this->app = $this->cache['apps'][UC_APPID];
38 foreach($this->cache['apps'] as $appid => $app) {
53 foreach($this->cache['apps'] as $appid => $app) {
259 $this->settings = $this->cache('settings');
/plugin/authucenter/lib/uc_client/lib/
H A Dsendmail.inc.php18 $appname = $this->base->cache['apps'][$mail['appid']]['name'];
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php32 var $cache = array(); variable in base
93 $this->settings = $this->cache('settings');
110 function &cache($cachefile) { function in base
137 $this->settings = $this->cache('settings');
138 $this->cache['apps'] = $this->cache('apps');
H A Dmail.php27 $this->apps = &$this->base->cache['apps'];
42 $data[$k]['appname'] = $this->base->cache['apps'][$v['appid']]['name'];
H A Dnote.php33 $this->apps = $this->base->cache('apps');
H A Dpm.php218 $_CACHE['badwords'] = $this->base->cache('badwords');
325 $_CACHE['badwords'] = $this->base->cache('badwords');
H A Duser.php75 $_CACHE['badwords'] = $this->base->cache('badwords');
/plugin/authyubikey/
H A Dauth.php.org14 /** @var array user cache */
/plugin/autolink2/
H A Dhelper.php285 $cache = $conf['cachedir'].'/autolink.idx';
289 if (@file_exists($cache)) {
290 if (@copy($cache, $index)){
291 @unlink($cache);
301 return $this->_buildindexFromOld($cache);
/plugin/autotranslation/
H A Daction.php175 $event->data->cache(
/plugin/backlinks2/_test/data/meta/
H A Dbacklink_test_pages.meta2 …12:"exclude:link";b:1;}s:10:"firstimage";s:0:"";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1…
H A Dbacklinks_exclude_syntax.meta1 …at Bob Ross says (excluding exclude namespace)";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1…
H A Dbacklinks_include_syntax.meta1 …cklinks to what Bob Ross says (including only)";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1…
H A Dbacklinks_syntax.meta1 …bstract";s:31:"Backlinks to what Bob Ross says";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1…
H A Dbob_ross_says.meta3 …only pre-requisite is that it makes you happy.";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1…
H A Dlink.meta5 …backlinks_syntax";b:1;}s:10:"firstimage";s:0:"";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1…
/plugin/backlinks2/_test/data/meta/exclude/
H A Dlink.meta3 …3:"bob_ross_says";b:1;}s:10:"firstimage";s:0:"";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1…
/plugin/backlinks2/_test/data/meta/include/
H A Dlink.meta3 …3:"bob_ross_says";b:1;}s:10:"firstimage";s:0:"";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1…

12345678910>>...27