Home
last modified time | relevance | path

Searched full:cache (Results 251 – 275 of 2069) sorted by path

1...<<11121314151617181920>>...83

/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DHex.php35 * Convert a binary string into a hexadecimal string without cache-timing
62 * Convert a binary string into a hexadecimal string without cache-timing
90 * Convert a hexadecimal string into a binary string without cache-timing
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md93 php-cs-fixer fix --config=build/php-cs-fixer.php --diff --dry-run --using-cache=no
94 …psalm --config=build/psalm.xml --no-cache --long-progress --report-show-info=false --output-format…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/
H A DBase.php30 * Cache constants
32 * $cache[self::VARIABLE] tells us whether or not the cached data is still valid.
38 * $cache[self::DATA] contains the cached data.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php30 * Cache constants
38 * $cache[self::DATA] contains the cached data.
68 static $cache = [
86 $key = count($cache[self::VARIABLE]);
87 $cache[self::VARIABLE][] = $m;
93 $cache[self::DATA][] = [
98 extract($cache[self::DATA][$key]);
155 static $cache = [
167 $key = count($cache[self::VARIABLE]);
168 $cache[self::VARIABLE][] = $n;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/
H A DBase.php30 * Cache constants
32 * $cache[self::VARIABLE] tells us whether or not the cached data is still valid.
38 * $cache[self::DATA] contains the cached data.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
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];
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/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php237 * Stat Cache
240 * we'll cache the results.
261 * Stat Cache Flag
722 * Disable the stat cache
732 * Enable the stat cache
742 * Clear the stat cache
1260 * Save files / directories to cache
1332 * Checks cache for path
2891 * Uses cache if appropriate.
2906 * Uses cache if appropriate.
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php648 …* See <http://php.net/fflush>. Always returns true because \phpseclib3\Net\SFTP doesn't cache stuf…
/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
H A DREADME.md1 PSR Cache
7 Note that this is not a Cache implementation of its own. It is merely an
8 interface that describes a Cache implementation. See the specification for more
H A Dcomposer.json2 "name": "psr/cache",
4 "keywords": ["psr", "psr-6", "cache"],
17 "Psr\\Cache\\": "src/"
/plugin/authgooglesheets/vendor/psr/cache/src/
H A DCacheException.php3 namespace Psr\Cache;
H A DCacheItemInterface.php3 namespace Psr\Cache;
10 * Cache\CacheItemPoolInterface object.
13 * cache items. Each Cache\CacheItemInterface is generated by a
14 * Cache\CacheItemPoolInterface object, which is responsible for any required
27 * Returns the key for the current cache item.
33 * The key string for this cache item.
52 * Confirms if the cache item lookup resulted in a cache hit.
58 * True if the request resulted in a cache hit. False otherwise.
63 * Sets the value represented by this cache item.
78 * Sets the expiration time for this cache item.
[all …]
H A DCacheItemPoolInterface.php3 namespace Psr\Cache;
20 * a cache miss. It MUST NOT return null.
30 * The corresponding Cache Item.
35 * Returns a traversable set of cache items.
45 * A traversable collection of Cache Items keyed by the cache keys of
53 * Confirms if the cache contains specified cache item.
110 * Persists a cache item immediately.
113 * The cache item to save.
121 * Sets a cache item to be persisted later.
124 * The cache item to save.
[all …]
H A DInvalidArgumentException.php3 namespace Psr\Cache;
6 * Exception interface for invalid cache arguments.
9 * exception class which implements Psr\Cache\InvalidArgumentException.
/plugin/authhiorgserver/
H A Dauth.php419 * Check Session Cache validity [implement only where required/possible]
/plugin/authimap2/
H A Dauth.php13 /** @var array user cache */
/plugin/authldaplocal/
H A Dauth.php28 /* @var array $users User data cache */
/plugin/authnc/
H A Dauth.php387 * Check Session Cache validity [implement only where required/possible]
/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.php58 // @var cache DokuWiki cache object.
60 // @var int Cache duration.
62 // @var int Cache extension file name.
64 // @var int Cache unit constant (in seconds).
257 $cache = new cache('authphpbb3_getUserData_' . $user, $this->_cache_ext_name);
263 $cache->removeCache();
297 $cache->storeCache(serialize($user_data));
299 $cache = null;
555 * Gets the phpBB configuration cache.
557 * @return object Cache of the phpBB configuration.
[all …]
/plugin/authphpbb3/lang/de/
H A Dsettings.php10 $lang['phpbb_cache'] = 'Cache Laufzeit in Tagen (0 deaktiviert den Cache).';

1...<<11121314151617181920>>...83