Home
last modified time | relevance | path

Searched refs:getSiteName (Results 1 – 4 of 4) sorted by relevance

/plugin/authloginapi/
H A Daction.php70 'site' => $this->getSiteName(),
101 protected function getSiteName() function in action_plugin_authloginapi
/plugin/siteexport/inc/
H A Dtoc.php89 …$elem['url'] = $this->functions->getSiteName($elem['id'], true); // Override - we need a clean name
270 $elems = explode('/', $this->functions->getSiteName($site));
334 …" ' . ($ITEM != 'topic' ? 'topic' : 'href') . '="' . $this->functions->getSiteName($DATA) . "\" />…
387 $url = $this->functions->getSiteName($ID);
395 $TOPICS[$this->functions->getSiteName($REL)] = $this->functions->getSiteTitle($REL);
445 return array($indexTitle, $this->functions->getSiteName($indexFile));
H A Dfunctions.php88 public function getSiteName($ID, $overrideRewrite = false) { function in siteexport_functions
/plugin/siteexport/action/
H A Dajax.php517 $CURRENT_PARENT = $fileName = $this->functions->getSiteName($ID, true);
853 $fileName = $this->functions->getSiteName($ID, true);
885 …$fileName = $this->functions->getSiteName($ID, true); // 2010-09-03 - rewrite with override enabled
901 … $fileName = $this->functions->getSiteName($ID); // 2010-09-03 - rewrite with override enabled