Lines Matching refs:idpart
122 list($lng, $idpart) = $this->getTransParts($id);
123 return $idpart;
154 function buildTransID($lng, $idpart) { argument
157 $link = ':' . $this->translationsNs . $lng . ':' . $idpart;
160 $link = ':' . $this->translationsNs . $idpart;
212 list($lc, $idpart) = $this->getTransParts($about);
213 list($about, $name) = $this->buildTransID($curlc, $idpart);
234 list($lc, $idpart) = $this->getTransParts($id);
239 list($link, $name) = $this->buildTransID($t, $idpart);
260 list($lc, $idpart) = $this->getTransParts($INFO['id']);
302 $out .= $this->getTransItem($t, $idpart);
345 function getTransItem($lc, $idpart) { argument
349 list($link, $lang) = $this->buildTransID($lc, $idpart);
423 $idpart = preg_replace($rx, '', $ID);
426 list($orig, $name) = $this->buildTransID($this->defaultlang, $idpart);
488 $idpart = $this->getIDPart($inputID);
492 list($link,$name) = $this->buildTransID($t,$idpart,false);