Lines Matching refs:prefix
6 // Try to find some variations of keyword with $prefix in the $lang manual
7 function tryprefix($lang, $keyword, $prefix)
15 // Try the keyword with the prefix
16 $try = "/manual/{$lang}/{$prefix}{$keyword}.php";
22 $try = "/manual/{$lang}/{$prefix}{$nosp}.php";
29 $try = "/manual/{$lang}/{$prefix}{$dasp}.php";
36 $try = "/manual/{$lang}/{$prefix}{$noul}.php";
44 $try = "/manual/{$lang}/{$prefix}{$noul}.php";
49 // Only necessary when prefix is empty
50 if (empty($prefix)) {
55 $try = "/manual/{$lang}/{$prefix}{$keyword}.php";
75 // Try to find a manual page with the specified prefix
140 // If there is a dot in the $keyword, then a prefix
154 prefix = function.