Home
last modified time | relevance | path

Searched full:cache (Results 76 – 100 of 2069) sorted by path

12345678910>>...83

/dokuwiki/vendor/composer/
H A Dinstalled.json469 "psr/simple-cache": "^1 || ^2 || ^3",
/dokuwiki/vendor/geshi/geshi/
H A DBUGS17 making some sort of "cache" effect to speed things up and reduce server load.
H A DCHANGELOG496 * Cache Symbol Search Regexp and make Symbol Highlighting faster (milian)
620 - Optimized COMMENT_REGEXP by using an incremental regexp cache (Milian Wolff, BenBE)
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1594 * or the removed keyword will stay in cache and still be highlighted! On the other hand
1634 //NEW in 1.0.8, cache keyword regexp
1923 //Build the style cache needed to highlight numbers appropriate
1978 // cache symbol regexp
2039 // cache optimized regexp for keyword matching
2040 // remove old cache
2074 //Build the parse cache needed to highlight numbers appropriate
2187 // make sure the parse cache is up2date
2219 // make sure the cache is setup properly
2473 // cache commen
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Davisynth.php54 'try', 'cache', 'function', 'global', 'return'
H A Dbash.php99 'apmsleep', 'apropos', 'apt-cache', 'apt-cdrom', 'apt-config',
114 'apt-cache add', 'apt-cache depends', 'apt-cache dotty',
115 'apt-cache dump', 'apt-cache dumpavail', 'apt-cache gencaches',
116 'apt-cache pkgnames', 'apt-cache policy', 'apt-cache rdepend
[all...]
H A Dcmake.php91 'AND', 'APPEND', 'ASCII', 'BOOL', 'CACHE', 'COMMAND', 'COMMENT',
H A Ddcl.php68 'SET CACHE', 'SET CARD_READER', 'SET CLUSTER', 'SET COMMAND', 'SET CONTROL',
H A Dpostgresql.php55 'CACHE','CALLED','CASCADE','CASCADED','CASE','CAST','CATALOG',
H A Dprogress.php93 'SAVE CACHE','SCROLL','SEEK','SET',
267 'BYTES-READ','BYTES-WRITTEN','CACHE','CALL-NAME',
321 'KEEP-SECURITY-CACHE','KEY','KEYS','LABEL',
355 'PERSISTENT','PERSISTENT-CACHE-DISABLED','PERSISTENT-PROCEDURE','PFCOLOR',
H A Dstonescript.php61 'animation', 'application', 'cache', 'camera', 'debug',
94 //Cache
H A Dtsql.php138 'BREAK', 'BROWSE', 'BUCKET_COUNT', 'BULK', 'BY', 'CACHE', 'CALL', 'CASCADE', 'CASCADED', 'CASE', 'CAST', 'CATALOG', 'CHARACTER', 'CHECK', 'CHECKCONSTRAINTS',
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php177 * Generate a filename for the feed cache file. The result will be $_SERVER["SCRIPT_NAME"] with the extension changed
182 * @return string the feed cache filename
207 header("Cache-Control: no-cache");
208 header("Pragma: no-cache");
225 * Turns on caching and checks if there is a recent version of this feed in the cache.
H A DHTMLCreator.php151 * @return string the feed cache filename
H A DJSCreator.php34 * @return string the feed cache filename
H A DKMLCreator.php93 * Generate a filename for the feed cache file. Overridden from FeedCreator to prevent XML data types.
95 * @return string the feed cache filename
H A DMBOXCreator.php98 * Generate a filename for the feed cache file. Overridden from FeedCreator to prevent XML data types.
100 * @return string the feed cache filename
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php145 * Turns on caching and checks if there is a recent version of this feed in the cache.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php249 * Stat Cache
252 * we'll cache the results.
271 * Stat Cache Flag
717 * Disable the stat cache
726 * Enable the stat cache
735 * Clear the stat cache
1279 * Save files / directories to cache
1322 * Remove files / directories from cache
1349 * Checks cache for path
2894 * Uses cache i
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php616 * See <http://php.net/fflush>. Always returns true because \phpseclib3\Net\SFTP doesn't cache stuff before writing
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md14 - New method `SimplePie\SimplePie::set_cache()` for providing a PSR-16 cache implementation by @Art4 in [#742](https://github.com/simplepie/simplepie/pull/742)
15 - New method `SimplePie\SimplePie::set_cache_namefilter()` for customize the cache key in [#762](https://github.com/simplepie/simplepie/pull/762)
16 - New class `SimplePie\Cache\CallableNameFilter` to provide a `callable` to customize the cache key in [#762](https://github.com/simplepie/simplepie/pull/762)
45 - The method `SimplePie\SimplePie::force_cache_fallback()` is deprecated, expired cache will not be used anymore
46 - The class `SimplePie\Cache` is deprecated, use implementation of `SimplePie\SimplePie::set_cache()` instead
47 - The class `SimplePie\Cache\DB` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
48 - The class `SimplePie\Cache\File` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
49 - The class `SimplePie\Cache\Memcache` is deprecated, use implementation of `Psr\SimpleCache\CacheInterface` instead
50 - The class `SimplePie\Cache\Memcache
[all...]
H A DREADME.markdown48 2. Make sure that the cache folder inside of the demo folder is server-writable.
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
H A DCache.php46 use SimplePie\Cache; alias
48 class_exists('SimplePie\Cache');
50 // @trigger_error(sprintf('Using the "SimplePie_Cache" class is deprecated since SimplePie 1.7.0, use "SimplePie\Cache" instead.'), \E_USER_DEPRECATED);
53 /** @deprecated since SimplePie 1.7.0, use "SimplePie\Cache" instead */
54 class SimplePie_Cache extends Cache

12345678910>>...83