Lines Matching defs:idpart
119 * @param string $idpart
122 public function buildTransID($lng, $idpart)
125 $link = ':' . $this->translationNs . $lng . ':' . $idpart;
128 $link = ':' . $this->translationNs . $idpart;
186 [, $idpart] = $this->getTransParts($about);
187 [$about, ] = $this->buildTransID($curlc, $idpart);
208 [$lc, $idpart] = $this->getTransParts($id);
212 [$link, $name] = $this->buildTransID($t, $idpart);
235 [, $idpart] = $this->getTransParts($INFO['id']);
250 [$type, $text, $attr] = $this->prepareLanguageSelectorItem($t, $idpart, $INFO['id']);
277 * @param string $idpart The ID part of the item
281 protected function prepareLanguageSelectorItem($lc, $idpart, $current)
283 [$target, $lang] = $this->buildTransID($lc, $idpart);
333 $idpart = preg_replace($rx, '', $ID);
336 [$orig, ] = $this->buildTransID($this->defaultlang, $idpart);