Searched refs:linkList (Results 1 – 3 of 3) sorted by relevance
40 $linkList = $lists['links'];43 if (is_array($linkList) && count($linkList) > 0) {45 foreach ($linkList as $idx => $link) {
104 $linkList = $lists['links'];109 foreach ($linkList as $idx => $link) {126 'linkList' => json_encode($linkList),135 $linkList = json_decode($_POST['linkList'], true);141 $title = $linkList[$idx]['title'];
208 protected $linkList = array(); variable in Html2Text\\Html2Text352 $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;