Home
last modified time | relevance | path

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

/plugin/directions/syntax/
H A Dcommon.php142 $trimLimit = $conf['plugin']['directions']['trim_limit'];
163 …$output .= 'href="'.wl($page1).'">'.dir_trimPageTitle(dir_get_first_heading($page1),$trimLimit).'<…
173 …$output .= 'href="'.wl($page2).'">'.dir_trimPageTitle(dir_get_first_heading($page2),$trimLimit).'<…
190 function dir_prettyPrintResults($fanIn, $fanInOnly, $fanOut, $fanOutOnly, $trimLimit) { argument
194 if (!isset($trimLimit)) $trimLimit = $conf['plugin']['directions']['trim_limit'];
206 …$output .= 'href="'.wl($key).'">'.dir_trimPageTitle(dir_get_first_heading($key),$trimLimit).'</a>';
224 …$output .= 'href="'.wl($key).'">'.dir_trimPageTitle(dir_get_first_heading($key),$trimLimit).'</a>';
245 …$output .= 'href="'.wl($key).'">'.dir_trimPageTitle(dir_get_first_heading($key),$trimLimit).'</a>';
256 …$output .= 'href="'.wl($key).'">'.dir_trimPageTitle(dir_get_first_heading($key),$trimLimit).'</a>';
H A Dgraph.php92 $trimLimit = $conf['plugin']['directions']['trim_limit'];
104 $out .= '"'.trim(dir_trimPageTitle(dir_get_first_heading($page1),$trimLimit)).'" -> "';
105 …$out .= trim(dir_trimPageTitle(dir_get_first_heading($page2),$trimLimit)).'" [ label = "'.$value.'…