Lines Matching refs:hint
16 function normalize($value, $hint) {
20 if(!empty($hint) && substr($hint,-1) == '#') {
21 $value = $hint.$value;
22 resolve_pageid(getNS($hint),$value,$exists);
26 $base = ($hint?:getNS($ID));
48 function render($mode, &$R, &$T, $value, $hint) {
57 'desc'=>'Links to a wiki page. The optional hint is treated as namespace for the link. If the hint ends with a #, all values will be treated as fragments.',
58 'hint'=>'namespace'