| /plugin/translation/ ! |
| D | helper.php | 119 * @param string $idpart 122 public function buildTransID($lng, $idpart) argument 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']); [all …]
|
| D | remote.php | 40 [, $idpart] = $helper->getTransParts($page["id"]); 43 [$translID,] = $helper->buildTransID($t, $idpart);
|
| D | admin.php | 58 [, $idpart] = $helper->getTransParts($page["id"]); 65 [$translID, ] = $helper->buildTransID($t, $idpart);
|
| /plugin/autotranslation/ ! |
| D | helper.php | 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']); [all …]
|
| D | admin.php | 52 list($lc, $idpart) = $helper->getTransParts($page["id"]); 59 list($translID, $name) = $helper->buildTransID($t, $idpart);
|
| /plugin/translation3/ ! |
| 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); 275 $out .= $this->makecountrylink($LN, $idpart, $t, true); 286 function makecountrylink($LN, $idpart, $t, $div) argument [all …]
|
| /plugin/nsrelation/ ! |
| 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/versionswitch/ ! |
| D | Version.php | 15 protected $idpart = ''; variable in dokuwiki\\plugin\\versionswitch\\Version 71 return $this->idpart; 127 $this->idpart = substr($id, strlen($base) + strlen($matches[0]) + 1);
|
| /plugin/html2pdf/multilingual/ ! |
| D | helper.php | 56 function buildTransLink($lng,$idpart){ argument 64 $link = ':'.$lng.':'.$idpart;
|
| D | syntax.php | 92 $idpart = preg_replace($rx,'',$ID); 110 list($link,$name,$exists) = $this->hlp->buildTransLink($t,$idpart);
|
| /plugin/multilingual/ ! |
| D | helper.php | 56 function buildTransLink($lng,$idpart){ argument 64 $link = ':'.$lng.':'.$idpart;
|
| D | syntax.php | 92 $idpart = preg_replace($rx,'',$ID); 110 list($link,$name,$exists) = $this->hlp->buildTransLink($t,$idpart);
|