Home
last modified time | relevance | path

Searched refs:CACHE_USER (Results 1 – 4 of 4) sorted by relevance

/plugin/struct/_test/
H A DSearchConfigTest.php174 $this->assertFalse((bool)($flag & SearchConfig::$CACHE_USER));
179 $this->assertTrue((bool)($flag & SearchConfig::$CACHE_USER));
184 $this->assertFalse((bool)($flag & SearchConfig::$CACHE_USER));
189 $this->assertTrue((bool)($flag & SearchConfig::$CACHE_USER));
/plugin/struct/meta/
H A DSearchConfig.php19 public static $CACHE_USER = 2; variable in dokuwiki\\plugin\\struct\\meta\\SearchConfig
99 $flags |= self::$CACHE_USER;
/plugin/structat/action/
Dcache.php54 if ($meta['hasaggregation'] & SearchConfig::$CACHE_USER) {
/plugin/struct/action/
H A Dcache.php108 if ($meta['hasaggregation'] & SearchConfig::$CACHE_USER) {