Home
last modified time | relevance | path

Searched refs:a_topic (Results 1 – 15 of 15) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/Language/classes/
H A Dclass.ilLanguage.php223 return $this->txt($a_topic);
239 if (empty($a_topic)) {
244 self::$used_topics[$a_topic] = $a_topic;
247 if (isset($this->text[$a_topic])) {
257 $a_topic
265 $a_topic
275 return "-" . $a_topic . "-";
278 self::logUsage($this->map_modules_txt[$a_topic], $a_topic);
286 * @param object $a_topic
289 public function exists($a_topic) argument
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Language/classes/
H A Dclass.ilLanguage.php223 return $this->txt($a_topic);
239 if (empty($a_topic)) {
244 self::$used_topics[$a_topic] = $a_topic;
247 if (isset($this->text[$a_topic])) {
257 $a_topic
265 $a_topic
275 return "-" . $a_topic . "-";
278 self::logUsage($this->map_modules_txt[$a_topic], $a_topic);
286 * @param object $a_topic
289 public function exists($a_topic) argument
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Style/System/test/fixtures/mocks/
H A DilSystemStylesLanguageMock.php24 public function txt($a_topic) argument
26 $this->requested[] = $a_topic;
27 return $a_topic;
H A DilSystemStyleLanguageMock.php24 public function txt($a_topic) argument
26 $this->requested[] = $a_topic;
27 return $a_topic;
/dports/www/ilias6/ILIAS-6.14/Services/Style/System/test/fixtures/mocks/
H A DilSystemStyleLanguageMock.php24 public function txt($a_topic) argument
26 $this->requested[] = $a_topic;
27 return $a_topic;
H A DilSystemStylesLanguageMock.php24 public function txt($a_topic) argument
26 $this->requested[] = $a_topic;
27 return $a_topic;
/dports/www/ilias/ILIAS-5.4.25/tests/UI/
H A DBase.php119 public function txt($a_topic, $a_default_lang_fallback_mod = "") argument
121 $this->requested[] = $a_topic;
122 return $a_topic;
/dports/www/ilias6/ILIAS-6.14/tests/UI/
H A DBase.php131 public function txt($a_topic, $a_default_lang_fallback_mod = "") argument
133 $this->requested[] = $a_topic;
134 return $a_topic;
/dports/www/ilias/ILIAS-5.4.25/setup/classes/
H A Dclass.ilLanguage.php145 public function txt($a_topic) argument
149 if (empty($a_topic)) {
153 $translation = $this->text[$a_topic];
164 $log->writeLanguageLog($a_topic, $this->lang_key);
165 return "-" . $a_topic . "-";
/dports/www/ilias6/ILIAS-6.14/Services/Language/classes/Setup/
H A Dclass.ilSetupLanguage.php154 public function txt($a_topic, $a_default_lang_fallback_mod = '') argument
158 if (empty($a_topic)) {
162 $translation = $this->text[$a_topic];
173 $log->writeLanguageLog($a_topic, $this->lang_key);
174 return "-" . $a_topic . "-";
/dports/www/ilias/ILIAS-5.4.25/Services/Logging/classes/
H A Dclass.ilLogger.php117 public function writeLanguageLog($a_topic, $a_lang_key) argument
119 … $this->getLogger()->debug("Language (" . $a_lang_key . "): topic -" . $a_topic . "- not present");
H A Dclass.ilLog.php175 public function writeLanguageLog($a_topic, $a_lang_key) argument
179 …$this->write("Language (" . $a_lang_key . "): topic -" . $a_topic . "- not present", $this->MESSAG…
/dports/www/ilias6/ILIAS-6.14/Services/Logging/classes/
H A Dclass.ilLogger.php117 public function writeLanguageLog($a_topic, $a_lang_key) argument
119 … $this->getLogger()->debug("Language (" . $a_lang_key . "): topic -" . $a_topic . "- not present");
H A Dclass.ilLog.php175 public function writeLanguageLog($a_topic, $a_lang_key) argument
179 …$this->write("Language (" . $a_lang_key . "): topic -" . $a_topic . "- not present", $this->MESSAG…
/dports/www/ilias/ILIAS-5.4.25/Services/UICore/classes/
H A Dclass.ilTemplate.php1295 public function checkTopic($a_block, $a_topic) argument
1297 return array_key_exists($a_topic, $this->blockvariables[$a_block]);