Lines Matching defs:full
171 $full = $link;
175 resolve_pageid($currentns, $full, $exists);
177 resolve_mediaid($currentns, $full, $exists);
182 $newlink = $this->changeLink($link, $full, $currentns);
185 if(($link != $newlink) && ($full != cleanID($newlink))) {
187 $this->prnt(hsc($full) . ' → ' . hsc($newlink) . '<br />');
227 * @param string $full the full, resolved version of the above link
231 protected function changeLink($link, $full, $currentNS) {
237 if(!preg_match('/^'.$this->qchangefrom.'/ui', $full)) return $link;
241 $new = substr($full, strlen($this->changefrom));