Home
last modified time | relevance | path

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

/plugin/ragasker/
H A Dsyntax.php40 $linkList = $lists['links'];
43 if (is_array($linkList) && count($linkList) > 0) {
45 foreach ($linkList as $idx => $link) {
H A Daction.php104 $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'];
/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;