Home
last modified time | relevance | path

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

/plugin/zwidoku/
H A DHtml2Text.php140 protected $callbackSearch = array( variable in Html2Text\\Html2Text
375 $text = preg_replace_callback($this->callbackSearch, array($this, 'pregCallback'), $text);
470 $this->callbackSearch,