Lines Matching refs:base
44 list($base, $title) = explode('|', $match, 2);
45 list($base, $refresh) = explode(' ', $base, 2);
56 return array(trim($base), trim($title), $pos, $refresh);
65 $base = hsc($data[0]);
66 $title = ($data[1] ? hsc($data[1]) : $base);
68 $url = $base.$path;
79 $this->_directory($base, $renderer, $path, $data[3]);
122 function _index($url, $path, $base = '', $lvl = 0) { argument
127 $data = $http->get($url.$base);
135 $open = (($type == 'd') && (strpos($path, $base.$result) === 0));
139 'path' => $base.$result,
143 $items = array_merge($items, $this->_index($url, $path, $base.$result, $lvl));
230 $base = '';
234 $base .= hsc($dirs[$i]).'/';
235 $renderer->doc .= '<a href="'.wl($ID, 'repo='.$base).'" class="idx_dir">'.