Lines Matching refs:idpart
122 list($lng, $idpart) = $this->getTransParts($id);
123 return $idpart;
157 function buildTransID($lng, $idpart) { argument
160 $link = ':' . $this->translationsNs . $lng . ':' . $idpart;
163 $link = ':' . $this->translationsNs . $idpart;
215 list($lc, $idpart) = $this->getTransParts($about);
216 list($about, $name) = $this->buildTransID($curlc, $idpart);
237 list($lc, $idpart) = $this->getTransParts($id);
242 list($link, $name) = $this->buildTransID($t, $idpart);
263 list($lc, $idpart) = $this->getTransParts($INFO['id']);
305 $out .= $this->getTransItem($t, $idpart);
348 function getTransItem($lc, $idpart) { argument
352 list($link, $lang) = $this->buildTransID($lc, $idpart);
426 $idpart = preg_replace($rx, '', $ID);
429 list($orig, $name) = $this->buildTransID($this->defaultlang, $idpart);
493 $idpart = $this->getIDPart($inputID);
497 list($link,$name) = $this->buildTransID($t,$idpart);