Home
last modified time | relevance | path

Searched refs:language (Results 1 – 25 of 303) sorted by relevance

12345678910>>...13

/template/strap/ComboStrap/
DPrism.php237 $language = $attributes->getValue(TagAttributes::TYPE_KEY);
238 if ($language == null) {
242 $language = "txt";
244 $language = strtolower($language);
248 if (in_array($language, Tag\WebCodeTag::MARKIS)) {
252 $language = "html";
257 switch ($language) {
259 $language = "r";
263 $language = "batch";
266 $language = "regex";
[all …]
/template/vector/
DCREDITS16 Theo Klein contributed the Dutch language files and some ideas.
22 Fabio Reis contributed the Brazilian Portuguese language files and reported
29 Luigi Micco [1] contributed the Italian language files an reported a few
38 LAINME contributed the Chinese translation (simplified) language files.
44 Julien Revault d'Allonne contributed the French language files.
50 ander contributed the Basque language files.
56 Albert Gasset contributed the Catalan language files.
62 Jesús Muñoz Martínez and Felipe Ruiz contributed the Spanish language files.
68 Aleksandr Selivanov and anarchist IVANOV contributed the Russion language
75 David Roesel contributed the Czech language files.
[all …]
DREADME77 - Own CSS, language specific
78 To apply additional CSS rules only for a specific language, edit/create
79 "vector/lang/<your-language>/style.css". This file will be included
80 automatically if DokuWiki runs/shows a page in the language of choice (as
180 Language files (subdir names = language code). You may copy the English
181 language files and translate them if your language is missing. Simply send
/template/vector20/
DCREDITS16 Theo Klein contributed the Dutch language files and some ideas.
22 Fabio Reis contributed the Brazilian Portuguese language files and reported
29 Luigi Micco [1] contributed the Italian language files an reported a few
38 LAINME contributed the Chinese translation (simplified) language files.
44 Julien Revault d'Allonne contributed the French language files.
50 ander contributed the Basque language files.
56 Albert Gasset contributed the Catalan language files.
62 Jesús Muñoz Martínez and Felipe Ruiz contributed the Spanish language files.
68 Aleksandr Selivanov and anarchist IVANOV contributed the Russion language
75 David Roesel contributed the Czech language files.
[all …]
/template/wikiweko/
DCREDITS16 Theo Klein contributed the Dutch language files and some ideas.
22 Fabio Reis contributed the Brazilian Portuguese language files and reported
29 Luigi Micco [1] contributed the Italian language files an reported a few
38 LAINME contributed the Chinese translation (simplified) language files.
44 Julien Revault d'Allonne contributed the French language files.
50 ander contributed the Basque language files.
56 Albert Gasset contributed the Catalan language files.
62 Jesús Muñoz Martínez and Felipe Ruiz contributed the Spanish language files.
68 Aleksandr Selivanov and anarchist IVANOV contributed the Russion language
75 David Roesel contributed the Czech language files.
[all …]
/template/monobook/
DCREDITS27 Tamara Göbes [1] contributed the French language files.
35 Luigi Micco [1] contributed the Italian language files an reported a few
44 Yoshitaka Kunikane contributed the Japanese language files.
50 Henrik Karlstrøm contributed the Norwegian language files.
56 Sérgio Evandro Motta contributed the Brazilian Portuguese language files.
62 Theo Klein contributed the Dutch language files and some ideas.
77 Jacobo María Pantoja Checa contributed the Spanish language files.
83 Martin Hanula contributed the Slovak language files.
89 Andrzej Pruszyński contributed the Polish language files.
95 Aleksej Kuznecov contributed the Espereanto language files.
[all …]
/template/bootstrap3/tpl/
Dtranslation.php37 list($target, $language) = $translation->buildTransID($t, $idpart);
44 $title = hsc($translation->getLocalName($language));
47 …$text .= '<i>' . inlineSVG(DOKU_PLUGIN . 'translation/flags/' . $language . '.svg', 1024 * 12) . '…
52 $text .= hsc($translation->getLocalName($language));
55 $text .= ' (' . hsc($language) . ')';
59 $text .= hsc($language);
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Value/
DLanguage.php8 public $language = ''; variable in PhpCss\\Ast\\Value\\Language
10 public function __construct(string $language) { argument
11 $this->language = $language;
/template/mnml-blog/
DCREDITS24 Dmitriy Efimov contributed the Russian language files.
30 Adrián Rodríguez Vargas [1] contributed the Spanish language files.
38 Jan Papež contributed the Czech language files.
44 Myeongjin contributed the Korean language files.
50 Hugo Smet contributed the Dutch language files.
/template/strap/syntax/
Dcodemarkdown.php143 $language = preg_replace("(`{3}|~{3})", "", $trimmedMatch);
145 $attributes = [TagAttributes::TYPE_KEY => $language];
216 $language = strtolower($attributes["type"]);
217 $filename = $language;
218 $renderer->code($text, $language, $filename);
Dcode.php226 $language = strtolower($attributes["type"]);
227 $renderer->code($text, $language, $filename);
/template/20cones/
DREADME.md26 customized. To use multi-language topbar, you must create a topbar page for each
27 language using the instructions of translation plugin. For translations, you
28 must create multiple topbar pages, using one namespace for each language (e.g.
33 multi-language social part is provided.
/template/mnml-blog/user/
Dboxes.php.dist121 …)$rev))."\" rel=\"nofollow\">".hsc($lang["btn_draft"])."</a></li>\n"; //language comes from DokuWi…
124 …t)$rev))."\" rel=\"nofollow\">".hsc($lang["btn_edit"])."</a></li>\n"; //language comes from DokuWi…
126 …$rev))."\" rel=\"nofollow\">".hsc($lang["btn_create"])."</a></li>\n"; //language comes from DokuWi…
130 …$rev))."\" rel=\"nofollow\">".hsc($lang["btn_source"])."</a></li>\n"; //language comes from DokuWi…
133 …media"))."\" rel=\"nofollow\">".hsc($lang["btn_media"])."</a></li>\n" //language comes from DokuWi…
134 …isions"))."\" rel=\"nofollow\">".hsc($lang["btn_revs"])."</a></li>\n" //language comes from DokuWi…
139 …admin"))."\" rel=\"nofollow\">".hsc($lang["btn_admin"])."</a></li>\n" //language comes from DokuWi…
140 …."\" rel=\"nofollow\">".hsc($lang["btn_admin"])." (Blog)</a></li>\n"; //language comes from DokuWi…
143 …ile"))."\" rel=\"nofollow\">".hsc($lang["btn_profile"])."</a></li>\n" //language comes from DokuWi…
/template/twigstarter/vendor/twig/twig/
DREADME.rst1 Twig, the flexible, fast, and secure template language for PHP
4 Twig is a template language for PHP.
/template/prsnl10/
DCREDITS24 Jacob Palm contributed the Danish language files.
30 Myeongjin contributed the Korean language files.
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
DCss.php228 Ast\Value\Language $language
230 $this->_buffer .= ':lang('.$language->language.')';
DExplain.php410 Ast\Value\Language $language
416 $this->appendText($language->language);
/template/kiwiki/
DREADME.md31 Added Vietnamese language
55 - Added informal german language
84 - Added Chinese language. Thanks to @AzurCrystal
121 - new language Added German language - Thanks to @holisticagile
/template/monobook/user/
Dtabs.php.dist55 …$_monobook_tabs["tab-recent"]["text"] = $lang["btn_recent"]; //language comes from DokuWiki co…
69 …$_monobook_tabs["ca-watchns"]["text"] = $lang["btn_subscribens"]; //language comes from DokuWiki c…
72 …$_monobook_tabs["ca-watchns"]["text"] = $lang["btn_unsubscribens"]; //language comes from DokuWiki…
/template/strap/vendor/antlr/antlr4-php-runtime/
DREADME.md15 Each target language for ANTLR has a runtime package for running parser
126language—ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scrat…
135 root directory name is the all-lowercase name of the language parsed by the grammar.
/template/dokui/js/
Dhighlight.js1language+'">'+r.value+"</span>"}function J(){return A.sL!==undefined?z():G()}function I(L,r){var K… property
/template/strap/admin/
Dpagerules.php82 * @param string $language
85 function getMenuText($language): string argument
/template/vector20/user/
Dtabs.php.dist89 …$_vector_tabs_right["ca-watchns"]["text"] = $lang["btn_subscribens"]; //language comes from DokuWi…
92 …$_vector_tabs_right["ca-watchns"]["text"] = $lang["btn_unsubscribens"]; //language comes from Doku…
101 …$_vector_tabs_right["ca-recent"]["text"] = $lang["btn_recent"]; //language comes from DokuWiki…
/template/vector/user/
Dtabs.php.dist89 …$_vector_tabs_right["ca-watchns"]["text"] = $lang["btn_subscribens"]; //language comes from DokuWi…
92 …$_vector_tabs_right["ca-watchns"]["text"] = $lang["btn_unsubscribens"]; //language comes from Doku…
101 …$_vector_tabs_right["ca-recent"]["text"] = $lang["btn_recent"]; //language comes from DokuWiki…
/template/wikiweko/user/
Dtabs.php.dist89 …$_vector_tabs_right["ca-watchns"]["text"] = $lang["btn_subscribens"]; //language comes from DokuWi…
92 …$_vector_tabs_right["ca-watchns"]["text"] = $lang["btn_unsubscribens"]; //language comes from Doku…
101 …$_vector_tabs_right["ca-recent"]["text"] = $lang["btn_recent"]; //language comes from DokuWiki…

12345678910>>...13