Home
last modified time | relevance | path

Searched refs:localFN (Results 1 – 23 of 23) sorted by relevance

/plugin/uncmap/
H A Daction.php11 …$config = new ConfigManagerTwoLine('UncMap', file_get_contents($this->localFN('confmanager_descri…
/plugin/elasticsearch/action/
H A Dconfmanager.php42 $fn = $this->localFN('confmanager_description');
/plugin/docsearch/action/
H A Dconfmanager.php17 $fn = $this->localFN('confmanager_description');
/plugin/pagetemplate/
H A Dsyntax.php218 return p_cached_output($this->localFN($id));
226 function localFN($id) { function in syntax_plugin_pagetemplate
/plugin/publish/action/
H A Dmail.php112 $body = io_readFile($this->localFN('mailchangetext'));
139 $body = io_readFile($this->localFN('mailapprovetext'));
/plugin/refnotes/
H A Dlocale.php66 return $this->plugin->localFN($id);
/plugin/twofactoremail/
H A Daction.php64 $body = io_readFile($this->localFN('mail'));
/plugin/recommend/helper/
H A Dmail.php21 $mailtext = file_get_contents($this->localFN('template'));
/plugin/loglog/helper/
H A Dreport.php49 $template = $this->localFN('report');
H A Dalert.php108 $template = $this->localFN($logType);
/plugin/confmanager/action/
H A Dregisterconfig.php82 $fn = $this->localFN($id);
/plugin/twofactoraltemail/
H A Daction.php94 $body = io_readFile($this->localFN('mail'));
/plugin/blogtng/helper/
H A Dcomments.php244 $atext = io_readFile($this->localFN('notifymail'));
245 $stext = io_readFile($this->localFN('subscribermail'));
311 $text = io_readFile($this->localFN('optinmail'));
/plugin/aichat/
H A Dhelper.php337 $template = file_get_contents($this->localFN($type, 'prompt'));
/plugin/structpublish/helper/
H A Dnotify.php168 $mailtext = file_get_contents($this->localFN('mail'));
/plugin/feedback/
H A Daction.php104 io_readFile($this->localFN('mail')),
/plugin/glossary/
H A Dglossary.class.php107 function localFN ($name) { function in glossary
108 return $this->plugin->localFN ($name);
778 $pageTpl = io_readfile ($this->localFN ('pageTemplate'));
779 $wordTpl = io_readfile ($this->localFN ('wordTemplate'));
780 $translateTpl = io_readfile ($this->localFN ('translateTemplate'));
/plugin/linkback/
H A Dtools.php79 $text = io_readFile($this->localFN('subscribermail'));
/plugin/gitbacked/action/
H A Deditcommit.php303 $template_filename = $this->localFN($template_id);
/plugin/translation/
H A Daction.php231 $warn = io_readFile($this->localFN('totranslate'));
/plugin/autotranslation/
H A Daction.php93 $warn = io_readFile($this->localFN('totranslate'));
/plugin/do/
H A Dhelper.php348 $text = file_get_contents($this->localFN('mail_' . $type));
/plugin/task/
H A Dhelper.php318 $text = io_readFile($this->localFN('subscribermail'));