Home
last modified time | relevance | path

Searched refs:lang (Results 6026 – 6050 of 6322) sorted by relevance

1...<<241242243244245246247248249250>>...253

/plugin/textile2/
H A DclassTextile.php345 $lang = '';
369 $lang = $lng[1];
398 return ($lang) ? ' lang="' . $lang .'"':'';
403 ($lang) ? ' lang="' . $lang .'"':'',
/plugin/gtime/
H A Drenderer.php55 global $lang;
/plugin/dokutexit/
H A Dlatex.php333 function code($text, $lang = NULL) { argument
334 if ( !$lang ) {
337 switch ($lang) { //Latex syntax hightlight is quite old...
339 $lang = "sh";
342 $lang = "sh";
345 $lang = "TeX";
348 $this->nlputcmdnl("lstset{language=$lang}"); //need overload
610 global $lang;
650 $this->cdata(' '.$lang['by'].' '.$name);
676 $this->cdata($lang['rssfailed']);
/plugin/spreadout/
H A Dsyntax.php69 global $lang;
/plugin/bez/
H A Dscript.js32 //lang
60 lang: 'pl'
/plugin/sidebarng/
H A Daction.php99 global $lang;
227 print ' <h1>'.$lang['breadcrumb'].'</h1>' . DOKU_LF;
/plugin/repo/
H A Dsyntax.php198 $lang = preg_replace($search, $replace, substr(strrchr($url, '.'), 1));
205 $geshi = new GeSHi($code, strtolower($lang), DOKU_INC .'vendor/geshi/geshi/src/geshi');
/plugin/textinsert/
H A Dsyntax.php75 $this->translations = $lang;
84 $this->translations = array_merge($lang,$tr);
/plugin/displayfile/
H A Dsyntax.php230 global $lang;
244 . '" title="' . $lang['download'] . '" class="' . $class . '">';
/plugin/combo/action/
H A Dlogin.php211 global $lang;
212 $loginText = $lang['btn_login'];
/plugin/combo/ComboStrap/
H A DFetcherPageBundler.php85 $lang = Lang::createForMarkup($startMarkup);
108 ->setRequestedLang($lang)
/plugin/translation/
H A Daction.php75 } elseif ($INPUT->has('lang')) {
76 $locale = $INPUT->str('lang');
85 if ($locale && $locale !== $conf['lang']) {
86 $conf['lang_before_translation'] = $conf['lang']; //store for later access in syntax plugin
88 $conf['lang'] = $locale;
107 $event->data['script'][$i]['src'] .= '&lang=' . hsc($conf['lang']);
123 $event->data->key . $conf['lang'],
129 * Hook Callback. Add lang and dir attributes when UI isn't translated
141 if ($locale && $locale !== $conf['lang']) {
[all...]
/plugin/struct/renderer/
H A Dcsv.php183 public function code($text, $lang = null, $file = null) argument
228 public function file($text, $lang = null, $file = null) argument
/plugin/twofactor/action/
H A Dprofile.php259 global $lang;
277 $form->addButton('twofactor_delete', $lang['btn_cancel'])->attr('type', 'submit');
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm14 <cfset lang = "en_US">
15 <cfset aspell_opts = "-a --lang=#lang# --encoding=utf-8 -H --rem-sgml-check=alt">
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm14 <cfset lang = "en_US">
15 <cfset aspell_opts = "-a --lang=#lang# --encoding=utf-8 -H --rem-sgml-check=alt">
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc13 var ed_lang = editor.lang.msword;
44 html: editor.lang.msword.info,
55 label: editor.lang.msword.instructionsLabel,
/plugin/autogallery/
H A Dsyntax.php78 global $lang, $INFO;
/plugin/publist/
H A Dchangelog12 enabled) or global language configuration. "lang:xx" option is not needed
/plugin/translator/
H A Dhelper.php93 print $this->lang['nodatabase'];
564 function _revertEntries($dateTime, $lang, $user=null) { argument
569 $this->database->execute($dateTime, $lang, $user);
1051 foreach ( array_keys($revertItems[$revertDateTime]) as $lang ) {
1052 $items = $this->_revertEntries($revertDateTime, $lang);
1142 function _getAmountOfLanguageValues($categoryID, $version, $lang) { argument
1149 $this->database->execute($lang, $categoryID, $version);
/plugin/latexit/
H A Drenderer.php757 * @param string $lang Programming language.
760 function file($text, $lang = null, $file = null) { argument
761 $this->code($text, $lang, $file);
768 * @param string $lang Programming language.
771 function code($text, $lang = null, $file = null) { argument
778 if (!is_null($lang)) {
781 $this->doc .= $this->_latexSpecialChars($lang);
/plugin/mediarename/
H A Daction.php34 global $lang;
/plugin/searchindex/lang/nl/
H A Dintro.txt6 Het opnieuw opbouwen van de index **kan lang duren**. Deze pagina dient geopend te blijven totdat h…
/plugin/survey/
H A Dscript.js62 this.lang.back +
/plugin/confsearch/
H A Dsyntax.php76 global $lang;

1...<<241242243244245246247248249250>>...253