Home
last modified time | relevance | path

Searched refs:lang (Results 801 – 808 of 808) sorted by path

1...<<313233

/dokuwiki/lib/tpl/dokuwiki/lang/zh/
H A Dlang.php10 $lang['home'] = '主页';
11 $lang['__background_site__'] = '特别背景的颜色 (内容框后面)';
12 $lang['__link__'] = '一般链接的颜色';
13 $lang['__existing__'] = '指向存在的页面的链接颜色';
14 $lang['__missing__'] = '指向不存在的页面的链接颜色';
15 $lang['__site_width__'] = '全站的宽度 (可以是任何长度单位:%,px,em,...)';
16 $lang['__sidebar_width__'] = '侧边栏的宽度 (如有,可以是任何长度单位:%,px,em,...)';
17 $lang['__tablet_width__'] = '当屏幕尺寸小于这个宽度,站点切换到平板模式';
18 $lang['__phone_width__'] = '当屏幕尺寸小于这个宽度,站点切换到手机模式';
19 $lang['__theme_color_
[all...]
/dokuwiki/lib/tpl/dokuwiki/
H A Dmain.php17 <html lang="<?php echo $conf['lang'] ?>" dir="<?php echo $lang['direction'] ?>" class="no-js">
37 <nav id="dokuwiki__aside" aria-label="<?php echo $lang['sidebar']
39 <h3 class="toggle"><?php echo $lang['sidebar'] ?></h3>
73 <h3 class="a11y" id="dokuwiki__pagetools__heading"><?php echo $lang['page_tools']; ?></h3>
H A Dmediamanager.php14 <html lang="<?php echo $conf['lang']?>" dir="<?php echo $lang['direction'] ?>" class="popup no-js">
18 <?php echo hsc($lang['mediaselect'])?>
31 <h1><?php echo hsc($lang['mediaselect'])?></h1>
H A Dtpl_header.php18 <li><a href="#dokuwiki__content"><?php echo $lang['skip_to_content']; ?></a></li>
47 <h3 class="a11y"><?php echo $lang['user_tools']; ?></h3>
63 <h3 class="a11y"><?php echo $lang['site_tools']; ?></h3>
66 <?php echo (new \dokuwiki\Menu\MobileMenu())->getDropdown($lang['tools']); ?>
/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/vendor/simplepie/simplepie/src/
H A DCaption.php74 public $lang; variable in SimplePie\\Caption
106 public function __construct($type = null, $lang = null, $startTime = null, $endTime = null, $text = null) argument
109 $this->lang = $lang;
148 if ($this->lang !== null) {
149 return $this->lang;
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...]

1...<<313233