Home
last modified time | relevance | path

Searched +full:lang -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 51 – 75 of 144) sorted by relevance

123456

/dokuwiki/inc/
H A Dinit.php232 $local = $conf['lang'];
330 global $lang, $config_cascade;
331 $lang = [];
334 require(DOKU_INC . 'inc/lang/en/lang.php');
335 foreach ($config_cascade['lang']['core'] as $config_file) {
336 if (file_exists($config_file . 'en/lang.php')) {
337 include($config_file . 'en/lang.php');
342 if (file_exists(DOKU_INC . "inc/lang/$langCode/lang
[all...]
H A Dconfig_cascade.php82 'lang' => [
83 'core' => [DOKU_CONF . 'lang/'],
H A Dfetch.functions.php117 * @param string $lang language used.
119 * @return string in the format " name*=charset'lang'value" for values WITH special characters
121 function rfc2231_encode($name, $value, $charset = 'utf-8', $lang = 'en')
129 return ' ' . $name . '*=' . $charset . "'" . $lang . "'" . $internal;
114 rfc2231_encode($name, $value, $charset = 'utf-8', $lang = 'en') global() argument
H A Dhtml.php140 * @author Adrian Lang <lang@cosmocode.de>
178 global $lang;
181 . '<button class="button" onclick="window.scrollTo(0, 0)" title="' . $lang['btn_top'] . '">'
182 . $lang['btn_top']
205 global $lang;
208 $label = $lang['btn_' . $name];
719 global $lang;
771 echo $lang['encoding'];
834 global $lang;
[all...]
/dokuwiki/lib/scripts/
H A Ddelay.js5 * @author Adrian Lang <lang@cosmocode.de>
H A Dmedia.js160 draggable: true, title: LANG.mediatitle,
166 id: 'link', label: LANG.mediatarget,
170 id: 'align', label: LANG.mediaalign,
174 id: 'size', label: LANG.mediasize,
197 .attr('title', LANG['media' + text])
218 .val(LANG.mediainsert);
416 if ($link[0].id == 'mediamanager__btn_delete' && !confirm(LANG.del_confirm)) {
419 if ($link[0].id == 'mediamanager__btn_restore' && !confirm(LANG.restore_confirm)) {
540 $label.append('<span>' + LANG.media_diff + '</span> ');
545 $select.append(new Option(LANG
[all...]
H A Dhelpers.js30 * @author Adrian Lang <lang@cosmocode.de>
H A Dfileuploaderextended.js81 '<div class="qq-upload-drop-area"><span>' + LANG.media_drop + '</span></div>' +
82 '<div class="qq-upload-button">' + LANG.media_select + '</div>' +
85 ' <button class="qq-upload-action" type="submit" id="mediamanager__upload_button">' + LANG.media_upload_btn + '</button>' +
86 ' <label class="qq-overwrite-check"><input type="checkbox" value="1" name="ow" class="dw__ow"> <span>' + LANG.media_overwrt + '</span></label>' +
96 ' <a class="qq-upload-cancel" href="#">' + LANG.media_cancel + '</a>' +
192 button += '<button type="submit">' + LANG.media_done_btn + '</button></div></form>';
/dokuwiki/conf/
H A Dlicense.php8 if(empty($LC)) $LC = empty($conf['lang']) ? 'en' : $conf['lang'];
/dokuwiki/lib/images/fileicons/svg/
H A Dindex.php2 <html lang="en" dir="ltr">
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingLicense.php19 $this->lang[$this->key . '_o_' . $key] = $data['name']; // stored in setting
/dokuwiki/inc/parser/
H A Dmetadata.php317 * @param string $lang programming language to use for syntax highlighting
320 public function file($text, $lang = null, $file = null)
393 global $lang;
394 $this->cdata($lang['singlequoteopening']);
402 global $lang;
403 $this->cdata($lang['singlequoteclosing']);
411 global $lang;
412 $this->cdata($lang['apostrophe']);
420 global $lang;
421 $this->cdata($lang['doublequoteopenin
315 file($text, $lang = null, $file = null) global() argument
[all...]
/dokuwiki/lib/plugins/logviewer/
H A Dadmin.php141 global $lang;
145 if (!$fp) throw new Exception($lang['log_file_failed_to_open']);
156 if (!$logData) throw new Exception($lang['log_file_failed_to_read']);
168 array_unshift($lines, "******\t" . "\t" . '[' . $lang['log_file_too_large'] . ']');
H A Dscript.js24 $filter.before(LANG.plugins.logviewer.filter + ' ');
/dokuwiki/lib/plugins/config/
H A Dadmin.php78 global $lang;
195 echo '<button type="submit" name="submit" accesskey="s">' . $lang['btn_save'] . '</button>';
196 echo '<button type="reset">' . $lang['btn_reset'] . '</button>';
212 $this->lang = array_merge($this->lang, $this->configuration->getLangs());
290 $this->lang[$key] = $value;
/dokuwiki/inc/Ui/
H A DPageDiff.php133 global $lang;
163 $lang['page_nonexist_rev'],
184 global $lang;
200 $rev2Title = $lang['yours'];
293 global $lang;
310 $options = ['sidebyside' => $lang['diff_side'], 'inline' => $lang['diff_inline']];
311 $input = $form->addDropdown('difftype', $options, $lang['diff_type'])
505 global $lang;
525 'title' => $lang[
[all...]
H A DMediaRevisions.php52 global $lang;
108 $form->addButton('do[diff]', $lang['diff2'])->attr('type', 'submit');
H A DPageRevisions.php50 global $lang, $REV;
107 $form->addButton('do[diff]', $lang['diff2'])->attr('type', 'submit');
/dokuwiki/lib/plugins/extension/
H A Dscript.js9 if(!window.confirm(LANG.plugins.extension.reallydel)){
125 $displayOpts.append(LANG.plugins.extension.display_viewoptions);
145 .append(' '+LANG.plugins.extension['display_'+chkName])
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dgambas.php185 1 => 'http://gambasdoc.org/help/lang/{FNAMEL}',
186 2 => 'http://gambasdoc.org/help/lang/{FNAMEL}',
187 3 => 'http://www.google.com/search?hl=en&amp;q={FNAMEL}+site:http://gambasdoc.org/help/lang/&amp;btnI=I%27m%20Feeling%20Lucky',
188 4 => 'http://gambasdoc.org/help/lang/type/{FNAMEL}',
189 5 => 'http://gambasdoc.org/help/lang/{FNAMEL}',
191 7 => 'http://gambasdoc.org/help/lang/{FNAMEL}'
/dokuwiki/lib/plugins/styling/
H A Dscript.js16 $loader = target.jQuery('<div id="plugin__styling_loader">' + LANG.plugins.styling.loader + '</div>');
59 var $btn = jQuery('<button>' + LANG.plugins.styling.popup + '</button>');
/dokuwiki/lib/images/smileys/
H A Dindex.php2 <html lang="en" dir="ltr">
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php45 /** @var string can be set to overwrite the default lookup in $lang.btn_* */
84 /** @var array $lang */
85 global $lang;
86 $label = $lang['btn_' . $this->type];
/dokuwiki/lib/images/fileicons/
H A Dindex.php2 <html lang="en" dir="ltr">
/dokuwiki/inc/Utf8/
H A DSort.php13 * The collator is created using the locale given in $conf['lang'].
31 * Initialization of a collator using $conf['lang'] as the locale.
42 $lc = $conf['lang'];

123456