Home
last modified time | relevance | path

Searched refs:idpart (Results 1 – 12 of 12) sorted by relevance

/plugin/translation/ !
Dhelper.php119 * @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 …]
Dremote.php40 [, $idpart] = $helper->getTransParts($page["id"]);
43 [$translID,] = $helper->buildTransID($t, $idpart);
Dadmin.php58 [, $idpart] = $helper->getTransParts($page["id"]);
65 [$translID, ] = $helper->buildTransID($t, $idpart);
/plugin/autotranslation/ !
Dhelper.php122 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 …]
Dadmin.php52 list($lc, $idpart) = $helper->getTransParts($page["id"]);
59 list($translID, $name) = $helper->buildTransID($t, $idpart);
/plugin/translation3/ !
Dhelper.php76 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/ !
Dsyntax.php88 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/ !
DVersion.php15 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/ !
Dhelper.php56 function buildTransLink($lng,$idpart){ argument
64 $link = ':'.$lng.':'.$idpart;
Dsyntax.php92 $idpart = preg_replace($rx,'',$ID);
110 list($link,$name,$exists) = $this->hlp->buildTransLink($t,$idpart);
/plugin/multilingual/ !
Dhelper.php56 function buildTransLink($lng,$idpart){ argument
64 $link = ':'.$lng.':'.$idpart;
Dsyntax.php92 $idpart = preg_replace($rx,'',$ID);
110 list($link,$name,$exists) = $this->hlp->buildTransLink($t,$idpart);