Home
last modified time | relevance | path

Searched refs:_cache (Results 1 – 23 of 23) sorted by relevance

/plugin/freechat/phpfreechat/src/
Dpfccontainer.class.php542 var $_cache = array(); variable in pfcContainer
565 if (isset($this->_cache[$group]['value']) &&
566 !in_array($subgroup, $this->_cache[$group]['value']))
568 $this->_cache[$group]['value'][] = $subgroup;
569 $this->_cache[$group]['timestamp'][] = time();
571 if (isset($this->_cache[$group]['childs'][$subgroup]['value']) &&
572 !in_array($leaf, $this->_cache[$group]['childs'][$subgroup]['value']))
574 $this->_cache[$group]['childs'][$subgroup]['value'][] = $leaf;
575 $this->_cache[$group]['childs'][$subgroup]['timestamp'][] = time();
577 $this->_cache[$group]['childs'][$subgroup]['childs'][$leaf]['value'] = array($leafvalue);
[all …]
/plugin/findologicxmlexport/vendor/hoa/protocol/
DProtocol.php70 private static $_cache = []; variable in Hoa\\Protocol\\Protocol
182 if (isset(self::$_cache[$path])) {
183 $handle = self::$_cache[$path];
204 self::$_cache[$path] = $handle;
243 self::$_cache = [];
/plugin/findologicxmlexport/vendor/hoa/zformat/
DParameter.php82 protected $_cache = []; variable in Hoa\\Zformat\\Parameter
492 if (isset($this->_cache[$value])) {
493 return $this->_cache[$value];
504 return $this->_cache[$value] = preg_replace_callback(
674 unset($this->_cache);
675 $this->_cache = [];
/plugin/authphpbb3/
Dauth.php59 protected $_cache = null; variable in auth_plugin_authphpbb3
105 $this->_cache = null;
148 $result = unserialize($this->_cache->retrieveCache(false));
517 $this->_phpbb_conf = unserialize($this->_cache->retrieveCache(false));
519 $this->_cache->removeCache();
548 $this->_cache->storeCache(serialize($this->_phpbb_conf));
560 if ($this->_cache === null) {
561 $this->_cache = new cache('authphpbb3', $this->_cache_ext_name);
563 return $this->_cache;
581 return $this->_cache->useCache($depends);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
Dbox.table.cell.php29 if (isset($this->_cache[CACHE_MIN_WIDTH])) {
30 return $this->_cache[CACHE_MIN_WIDTH];
41 $this->_cache[CACHE_MIN_WIDTH] = $min_width;
53 $this->_cache[CACHE_MIN_WIDTH] = $min_width;
88 $this->_cache[CACHE_MIN_WIDTH] = $min_width;
Dbox.img.php92 if (isset($this->_cache[CACHE_TYPEFACE][$subword_index])) {
93 return $this->_cache[CACHE_TYPEFACE][$subword_index];
104 $this->_cache[CACHE_TYPEFACE][$subword_index] = $typeface;
Dbox.generic.php7 var $_cache; variable in GenericBox
20 $this->_cache = array();
44 unset($this->_cache);
Dbox.inline.php449 if (isset($this->_cache[CACHE_MIN_WIDTH])) {
450 return $this->_cache[CACHE_MIN_WIDTH];
475 $this->_cache[CACHE_MIN_WIDTH] = $min_width;
Dbox.text.php104 if (isset($this->_cache[CACHE_TYPEFACE][$subword_index])) {
105 return $this->_cache[CACHE_TYPEFACE][$subword_index];
117 $this->_cache[CACHE_TYPEFACE][$subword_index] = $typeface;
/plugin/findologicxmlexport/vendor/hoa/compiler/
DLl1.php312 protected static $_cache = []; variable in Hoa\\Compiler\\Ll1
367 true === array_key_exists($cacheId, self::$_cache)) {
368 return self::$_cache[$cacheId];
411 self::$_cache[$cacheId] = $this->getResult();
/plugin/authsmf20/
Dauth.php53 $_cache = null, variable in auth_plugin_authsmf20
90 $this->_cache = null;
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js2731 if (Selector._cache[e]) {
2732 this.matcher = Selector._cache[e];
2754 Selector._cache[this.expression] = this.matcher;
2761 if (Selector._cache[e]) {
2762 this.xpath = Selector._cache[e]; return;
2779 Selector._cache[this.expression] = this.xpath;
2834 _cache: { }, property
/plugin/s5reloaded/ui/effects_support/
Dprototype.js3234 if (Selector._cache[e]) {
3235 this.matcher = Selector._cache[e];
3258 Selector._cache[this.expression] = this.matcher;
3265 if (Selector._cache[e]) {
3266 this.xpath = Selector._cache[e]; return;
3284 Selector._cache[this.expression] = this.xpath;
3368 _cache: { }, property
/plugin/statistics/js/
Dchart.js13_cache={},this._dataLimitsCached=!1,this.$context=void 0}init(t){this.options=t.setContext(this.ge…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js3739 if (!this._cache) {
3740 this._cache = {
3751 if (!this._cache) {
3757 var ref = colCache.decodeAddress(this._cache.ref);
3759 if (this.ref !== this._cache.ref) {
3761 for (var i = 0; i < this._cache.tableHeight; i++) {
3764 for (var j = 0; j < this._cache.width; j++) {
3771 for (var _i = this.tableHeight; _i < this._cache.tableHeight; _i++) {
3774 for (var _j = 0; _j < this._cache.width; _j++) {
3785 for (var _j2 = this.width; _j2 < this._cache.width; _j2++) {
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/
Ddhtmlxgantt.js13_cache;if(i&&i[t]){var n=i[t];if(void 0!==n[e])return n[e]}return-1},t.prototype.setItem=function(…
Ddhtmlxgantt.js.map1_cache","setItem","WorkUnitsMapCache","has","unitCache","Map","set","workunit_map_cache_1","workun…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
Ddhtmlxgantt.js28554 if (this._cache.has(unit)) {
28555 var unitCache = this._cache.get(unit);
28566 var cache = this._cache;
28578 this._cache = new Map();
28602 var cache = this._cache;
28615 var cache = this._cache;
28625 this._cache = {};
/plugin/dirtylittlehelper/mermaid/editor/
Dbundle.js396_cache=new p.a(300,.66),this._seq=0}memorize(e,t,n){const{label:i}=n.completion,r=`${e.getLanguage…
426_cache=new Map}static createFromRawTokenTheme(e,t){return this.createFromParsedTokenTheme(function…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js396_cache=new p.a(300,.66),this._seq=0}memorize(e,t,n){const{label:i}=n.completion,r=`${e.getLanguage…
426_cache=new Map}static createFromRawTokenTheme(e,t){return this.createFromParsedTokenTheme(function…
Dbundle.js.map1_cache = new CSSBasedConfigurationCache();\n this._evictUntrustedReadingsTimeout = -1;\n …
/plugin/datatables/assets/pdfmake/
Dpdfmake.js679_cache = typeof Map === "function" ? new Map() : undefined; _wrapNativeSuper = function _wrapNativ…
58252 var _cache = _this3.inputCache[found];
58253 if (_cache) {
58254 _cache.push(result);
/plugin/stlviewer/stlviewer/
Dthree.min.js2 …is._cache={focus:null,fov:null,aspect:null,near:null,far:null,zoom:null,eyeSep:null}}Object.assign… property