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 101 – 125 of 144) sorted by last modified time

123456

/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php15 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
60 echo '<dt>' . $lang['reference'] . ':</dt>';
67 echo '<dd>' . $lang['nothingfound'] . '</dd>';
71 <p><?php echo $lang['media_acl_warning']; ?></p>
91 <h3 class="a11y" id="dokuwiki__pagetools__heading"><?php echo $lang['page_tools']; ?></h3>
/dokuwiki/lib/plugins/styling/
H A Dpopup.php20 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>">
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/inc/Menu/
H A DMobileMenu.php60 /** @var string[] $lang */
61 global $lang;
72 $html .= '<select name="do" class="edit quickselect" title="' . $lang['tools'] . '">';
77 $html .= '<optgroup label="' . $lang[$tools . '_tools'] . '">';
/dokuwiki/lib/scripts/
H A Dbehaviour.js6 * @author Adrian Lang <mail@adrianlang.de>
18 * @author Adrian Lang <mail@adrianlang.de>
92 return confirm(LANG.restore_confirm);
139 if(!LANG.nosmblinks || navigator.userAgent.match(/(Trident|MSIE|Edge)/)) {
145 alert(LANG.nosmblinks.replace(/\\n/,"\n"));
152 * @author Adrian Lang <lang@cosmocode.de>
234 $checkDiv.html(LANG.data_insecure);
H A Dhelpers.js30 * @author Adrian Lang <lang@cosmocode.de>
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php154 public $lang; variable in SimplePie\\Enclosure
230 public function __construct($link = null, $type = null, $length = null, $javascript = null, $bitrate = null, $captions = null, $categories = null, $channels = null, $copyright = null, $credits = null, $description = null, $duration = null, $expression = null, $framerate = null, $hashes = null, $height = null, $keywords = null, $lang = null, $medium = null, $player = null, $ratings = null, $restrictions = null, $samplingrate = null, $thumbnails = null, $title = null, $width = null) argument
245 $this->lang = $lang;
550 if ($this->lang !== null) {
551 return $this->lang;
H A DItem.php966 if (isset($caption['attribs']['']['lang'])) {
967 $caption_lang = $this->sanitize($caption['attribs']['']['lang'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
990 if (isset($caption['attribs']['']['lang'])) {
991 $caption_lang = $this->sanitize($caption['attribs']['']['lang'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1397 $lang = null;
1433 $lang = null;
1476 if (isset($content['attribs']['']['lang'])) {
1477 $lang = $this->sanitize($content['attribs']['']['lang'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
1509 if (isset($caption['attribs']['']['lang'])) {
[all...]
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php725 * Get supported langs or an associative array lang=>full_name.
734 // we walk the lang root
747 // we only want lang.php files
752 // Raw lang name is here
776 * Get full_name for a lang or false.
1445 * a extension->lang lookup?)
1529 foreach ($lookup as $lang => $extensions) {
1531 return $lang;
/dokuwiki/bin/
H A Dstriplangs.php63 // Kill all language directories in /inc/lang and /lib/plugins besides those in $langs array
64 $this->stripDirLangs(realpath(__DIR__ . '/../inc/lang'), $keep);
83 $plugin_langs = $path . '/' . $entry . '/lang';
97 * @param string $path path to lang dir
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator03.php41 $feed .= " xml:lang=\"".$this->language."\"";
H A DAtomCreator10.php41 $feed .= " xml:lang=\"".$this->language."\"";
146 $feed .= " xml:lang=\"".$this->items[$i]->enclosure->language."\" ";
H A DPIECreator01.php51 $feed .= " <content type=\"text/html\" xml:lang=\"en-us\">\n";
/dokuwiki/conf/
H A Ddokuwiki.php18 $conf['lang'] = 'en'; //your language
/dokuwiki/inc/
H A DTaskRunner.php230 * @author Adrian Lang <lang@cosmocode.de>
H A Dmedia.php40 global $lang;
41 echo '<h1>' . $lang['reference'] . ' <code>' . hsc(noNS($id)) . '</code></h1>';
42 echo '<p>' . hsc($lang['ref_inuse']) . '</p>';
53 echo '<div class="mediaref_hidden">' . $lang['ref_hidden'] . '</div>';
72 global $lang;
102 addMediaLogEntry($new, $id, DOKU_CHANGE_TYPE_EDIT, $lang['media_meta_edited'], '', null, $sizechange);
104 msg($lang['metasaveok'], 1);
107 msg($lang['metasaveerr'], -1);
154 global $lang;
157 echo '<div class="nothing">' . $lang['media_perm_uploa
[all...]
/dokuwiki/inc/Ui/
H A DAdmin.php152 'prompt' => $obj->getMenuText($conf['lang']),
H A DLogin.php37 global $lang;
49 $form->addFieldsetOpen($lang['btn_login']);
53 $input = $form->addTextInput('u', $lang['user'])->id('focus__this')->addClass('edit')
58 $input = $form->addPasswordInput('p', $lang['pass'])->addClass('block edit');
63 $form->addCheckbox('r', $lang['remember'])->id('remember__me')->val('1');
65 $form->addButton('', $lang['btn_login'])->attr('type', 'submit');
71 $form->addHTML('<p>' . $lang['reghere'] . ': ' . $registerLink . '</p>');
76 $form->addHTML('<p>' . $lang['pwdforget'] . ': ' . $resendPwLink . '</p>');
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingDisableactions.php13 global $lang;
17 $plugin->addLang($this->key . '_revisions', $lang['btn_revs']);
19 if (isset($lang['btn_' . $choice])) $plugin->addLang($this->key . '_' . $choice, $lang['btn_' . $choice]);
H A DSettingLicense.php19 $this->lang[$this->key . '_o_' . $key] = $data['name']; // stored in setting
H A DSettingMultichoice.php11 public $lang; //some custom language strings are stored in setting
45 if (!$option && isset($this->lang[$this->key . '_o_' . $choice])) {
46 $option = $this->lang[$this->key . '_o_' . $choice];
10 public $lang; //some custom language strings are stored in setting global() variable in dokuwiki\\plugin\\config\\core\\Setting\\SettingMultichoice
/dokuwiki/
H A Dinstall.php31 require_once(DOKU_INC . 'inc/lang/en/lang.php');
37 require_once(DOKU_INC . 'inc/lang/' . $LC . '/lang.php');
47 <html lang="<?php echo $LC ?>" dir="<?php echo $lang['direction'] ?>">
50 <title><?php echo $lang['i_installer'] ?></title>
112 <?php echo $lang['i_installer'] ?>
121 if (file_exists(DOKU_INC . 'inc/lang/' . $LC . '/install.html')) {
122 include(DOKU_INC . 'inc/lang/'
[all...]
/dokuwiki/lib/exe/
H A Dcss.php38 global $lang;
/dokuwiki/data/
H A Ddeleted.files106 inc/lang/.htaccess
107 inc/lang/az/wordblock.txt
108 inc/lang/gl/wordblock.txt
109 inc/lang/ru/wordblock.txt
116 lib/plugins/authmysql/lang/bg/lang.php
117 lib/plugins/authmysql/lang/bg/settings.php
118 lib/plugins/authmysql/lang/cs/lang.php
119 lib/plugins/authmysql/lang/c
[all...]
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php15 global $lang;
32 'alt="' . $lang['mediaview'] . '" title="' . $lang['mediaview'] . '" class="btn" /></a>';
37 'alt="' . $lang['btn_media'] . '" title="' . $lang['btn_media'] . '" class="btn" /></a>';
44 '<img src="' . DOKU_BASE . 'lib/images/trash.png" alt="' . $lang['btn_delete'] . '" ' .
45 'title="' . $lang['btn_delete'] . '" class="btn" /></a>';
49 echo $lang['mediausage'] . ' <code>{{:' . $id . '}}</code>';

123456