Lines Matching refs:old
76 * @param string $old the old, full qualified ID
81 public function resolveMoves($old, $type) { argument
87 $old = $resolver->resolveId($old);
93 if(substr($old, -1) === ':' || $old === '') $old .= $conf['start'];
100 $old = cleanID($old);
103 if($move[0] == $old) {
104 $old = $move[1];
108 return $old; // this is now new
149 $old = $relold;
155 $old = $resolver->resolveId($old);
156 if($old == $new) {