Home
last modified time | relevance | path

Searched defs:cache (Results 26 – 50 of 251) sorted by relevance

1234567891011

/plugin/visrep/
Dimg.php13 $cache = $plugin->_imgfile($_REQUEST); variable
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
DGuzzle6AuthHandler.php20 protected $cache; variable in Google\\AuthHandler\\Guzzle6AuthHandler
23 public function __construct(CacheItemPoolInterface $cache = null, array $cacheConfig = [])
DGuzzle5AuthHandler.php20 protected $cache; variable in Google\\AuthHandler\\Guzzle5AuthHandler
23 public function __construct(CacheItemPoolInterface $cache = null, array $cacheConfig = [])
DAuthHandlerFactory.php32 public static function build($cache = null, array $cacheConfig = [])
/plugin/graphgear/
Dload.php14 $cache = getcachename($xmlid,'graphgear'); variable
/plugin/plantuml/
Dimg.php13 $cache = $plugin->_imgfile($data); variable
/plugin/asciidocjs/node_modules/repeat-string/
Dindex.js15 var cache; variable
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/Stream/
DCachingFactory.php19 protected static $cache = []; variable in PHP_Token_Stream_CachingFactory
/plugin/mathpublish/
Dimg.php12 $cache = getCacheName($_GET['img'], '.mathpublish.png'); variable
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
DNoopCache.php38 public function cache($key, $value) function in Mustache_Cache_NoopCache
/plugin/seqdia/
Dimg.php14 $cache = $plugin->_imgfile($data); variable
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
DCache.php35 public function cache($key, $value); function
/plugin/dataplot/
Dimg.php16 $cache = $plugin->_imgfile($data); variable
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
DAssetCache.php26 private $cache; variable in Assetic\\Asset\\AssetCache
28 public function __construct(AssetInterface $asset, CacheInterface $cache)
/plugin/graphviz/
H A Dimg.php17 $cache = $plugin->imgFile($data); variable
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DCachedReader.php41 private $cache; variable in Doctrine\\Common\\Annotations\\CachedReader
60 public function __construct(Reader $reader, Cache $cache, $debug = false)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTag.php23 private $cache; variable in Mpdf\\Tag
79 Cache $cache,
/plugin/owncloud/
Dhelper.php400 …media($fileid, $src, $title=NULL, $align=NULL, $width=NULL,$height=NULL, $cache=NULL, $linking=NUL…
486 $height=NULL, $cache=NULL, $linking=NULL) {
663 function _getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render)
689 $height=NULL, $cache=NULL, $render = true) {
/plugin/struct/renderer/
H A Dcsv.php286 $cache = null,
298 $cache = null,
310 $cache = null
321 $cache = null
/plugin/tiledblog/
Dscript.js16 cache: false, property
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
DVerify.php56 private $cache; variable in Google\\AccessToken\\Verify
64 CacheItemPoolInterface $cache = null,
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dpropmangle.js73 cache: null, property
87 cache = { variable
/plugin/linksuggest/
Dscript.js98 cache: false property
144 cache: false property
216 cache: false property
/plugin/dokutexit/
Dlatex.php586 $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL
593 $src,$title=NULL,$align=NULL,$width=NULL,$height=NULL,$cache=NULL
1209 $height=NULL, $cache=NULL, $linking=NULL) {
1265 $height=NULL, $cache=NULL, $linking=NULL) {
1314 $height=NULL, $cache=NULL, $linking=NULL) {
1344 function calc_cache($cache) {
1361 function get_from_URL($url,$ext,$cache) {
1392 $height=NULL, $cache=NULL, $linking=NULL) {
1502 $height=NULL, $cache=NULL) {
1520 $height=NULL, $cache=NULL) {
[all …]
/plugin/authgooglesheets/vendor/google/auth/src/
DGCECache.php50 CacheItemPoolInterface $cache = null

1234567891011