Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DConfig.php40 protected $serials = array(); variable in HTMLPurifier_Config
249 if (empty($this->serials[$namespace])) {
252 $this->serials[$namespace] = sha1(serialize($batch));
254 return $this->serials[$namespace];
380 $this->serials[$namespace] = false;