/plugin/translation/ |
H A D | helper.php | 119 * @param string $idpart argument 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, 281 prepareLanguageSelectorItem($lc, $idpart, $current) global() argument [all...] |
H A D | admin.php | 65 [, $idpart] = $helper->getTransParts($page["id"]); 72 [$translID, ] = $helper->buildTransID($t, $idpart);
|
/plugin/autotranslation/ |
H A D | helper.php | 122 list($lng, $idpart) = $this->getTransParts($id); 123 return $idpart; 154 function buildTransID($lng, $idpart) { argument 160 $link = ':' . $this->translationsNs . $idpart; 212 list($lc, $idpart) = $this->getTransParts($about); 234 list($lc, $idpart) = $this->getTransParts($id); 260 list($lc, $idpart) = $this->getTransParts($INFO['id']); 302 $out .= $this->getTransItem($t, $idpart); 345 function getTransItem($lc, $idpart) { argument 423 $idpart = preg_replace($rx, '', $ID); [all …]
|
H A D | admin.php | 52 list($lc, $idpart) = $helper->getTransParts($page["id"]); 59 list($translID, $name) = $helper->buildTransID($t, $idpart);
|
/plugin/translation3/ |
H A D | helper.php | 76 function buildTransID($lng,$idpart){ argument 80 $link = ':'.$this->tns.$lng.':'.$idpart; 83 $link = ':'.$this->tns.$idpart; 121 $idpart = preg_replace($rx,'',$ID); 142 list($link,$name) = $this->buildTransID($t,$idpart); 188 $idpart = preg_replace($rx,'',$ID); 219 list($link,$name) = $this->buildTransID($t,$idpart); 225 $out .= $this->makecountrylink($LN, $idpart, $t, false); 286 function makecountrylink($LN, $idpart, $t, $div) argument 294 list($link,$name) = $this->buildTransID($t,$idpart); [all …]
|
/plugin/nsrelation/ |
H A D | syntax.php | 88 function _buildNSRelLink($ns,$idpart){ argument 91 $link = ':'.$this->rootns.$ns.':'.$idpart; 119 $idpart = preg_replace($rx,'',$ID); 129 …entns?' class="current"':'').'><div class="li">'.$this->_buildNSRelLink($ns,$idpart).'</div></li>';
|
/plugin/multilingual/ |
H A D | helper.php | 56 function buildTransLink($lng,$idpart){ argument 64 $link = ':'.$lng.':'.$idpart;
|
H A D | syntax.php | 92 $idpart = preg_replace($rx,'',$ID); 110 list($link,$name,$exists) = $this->hlp->buildTransLink($t,$idpart);
|
/plugin/html2pdf/multilingual/ |
H A D | helper.php | 56 function buildTransLink($lng,$idpart){ argument 64 $link = ':'.$lng.':'.$idpart;
|
H A D | syntax.php | 92 $idpart = preg_replace($rx,'',$ID); 110 list($link,$name,$exists) = $this->hlp->buildTransLink($t,$idpart);
|