Home
last modified time | relevance | path

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

/plugin/zwidoku/
H A DHtml2Text.php208 protected $linkList = array(); variable in Html2Text\\Html2Text
352 $this->linkList = array();
358 if ($this->linkList) {
360 foreach ($this->linkList as $i => $url) {
435 if (($index = array_search($url, $this->linkList)) === false) {
436 $index = count($this->linkList);
437 $this->linkList[] = $url;