Home
last modified time | relevance | path

Searched +full:checkage +(+path:plugin +path:translation) -(+path:plugin +path:translation +path:lang) (Results 1 – 3 of 3) sorted by relevance

/plugin/translation/
H A Dhelper.php226 * @param string $checkage (note that checkAge() should be called anyway at some point)
228 public function showTranslations($checkage = true)
233 if ($checkage) $this->checkage();
323 public function checkage() function in helper_plugin_translation
327 if (!$this->getConf('checkage')) return;
225 showTranslations($checkage = true) global() argument
/plugin/translation/conf/
H A Ddefault.php15 $conf['checkage'] = 0;
H A Dmetadata.php17 $meta['checkage'] = array('onoff');