Home
last modified time | relevance | path

Searched refs:true (Results 1 – 25 of 856) sorted by relevance

12345678910>>...35

/template/strap/vendor/php-webdriver/webdriver/
H A D.php-cs-fixer.dist.php8 '@PSR2' => true,
10 'binary_operator_spaces' => true,
12 …['allow_single_line_anonymous_class_with_empty_body' => true, 'allow_single_line_closure' => true],
13 'cast_spaces' => true,
15 'clean_namespace' => true,
16 'compact_nullable_typehint' => true,
18 'declare_equal_normalize' => true,
19 'fopen_flag_order' => true,
20 'fopen_flags' => true,
21 'full_opening_tag' => true,
[all …]
/template/weltis/
Dtpl_header.php53 tpl_action('admin', true, 'li', true),
54 tpl_action('profile', true, 'li', true),
55 tpl_action('register', true, 'li', true),
56 tpl_action('login', true, 'li', true)
74 tpl_action('recent', true, 'li', true),
75 tpl_action('media', true, 'li', true),
76 tpl_action('index', true, 'li', true)
102 'edit' => tpl_action('edit', true, 'li', true, '<span>', '</span>'),
103 'revert' => tpl_action('revert', true, 'li', true, '<span>', '</span>'),
104 'revisions' => tpl_action('revisions', true, 'li', true, '<span>', '</span>'),
[all …]
/template/mikio/
H A Dmain.php41 …->getConf('autoLightDark') === true ? ' mikio-auto-darklight' : '' ?><?php echo $TEMPLATE->getConf…
44 …echo '<div id="dokuwiki__top" class="site ' . tpl_classes() . (($showSidebar === true) ? ' showSid…
45 (($hasSidebar === true) ? ' hasSidebar' : '') . '">';
46 $TEMPLATE->includePage('topheader', true, true, 'mikio-page-topheader' .
47 (($TEMPLATE->getConf('stickyTopHeader') === true) ? ' mikio-sticky' : ''));
48 $TEMPLATE->includeNavbar(true, $ACT === 'show' && $TEMPLATE->getConf('navbarShowSub', false));
50 $TEMPLATE->includePage('header', true, true, 'mikio-page-header' .
51 (($TEMPLATE->getConf('stickyHeader') === true) ? ' mikio-sticky' : ''));
70 if ($ACT === 'show' && $TEMPLATE->getConf('heroTitle') === true) {
76 if ($showSidebar === true) {
[all …]
H A Dmikio.php130 …(file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.less') === true) {
133 … (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/style.css') === true) {
137 … (file_exists($this->tplDir . 'themes/' . $this->getConf('customTheme') . '/script.js') === true) {
142 if (is_array($MIKIO_ICONS) === true && empty($this->getConf('iconTag', 'icon')) === false) {
145 …if (isset($icon['name']) === true && isset($icon['css']) === true && isset($icon['insert']) === tr…
165 if ($this->getConf('useLESS') === true) {
173 if ($this->getConf('useLESS') === true) {
182 if (in_array($style, $set, true) === false) {
183 … if ($this->getConf('useLESS') === true && strcasecmp(substr($style, -5), '.less') === 0) {
198 if (in_array($script, $set, true) === false) {
[all …]
/template/flat/
Dtpl_header.php41 <?php tpl_include_page($conf['sidebar'], true, true) ?>
61 <?php tpl_include_page(tpl_getConf('topSidebar'), true, true) ?>
72 <?php tpl_include_page(tpl_getConf('bottomSidebar'), true, true) ?>
92 tpl_action('admin', true, 'li', true),
93 tpl_action('profile', true, 'li', true),
94 tpl_action('register', true, 'li', true),
95 tpl_action('login', true, 'li', true)
Dtpl_content.php42 'edit' => tpl_action('edit', true, 'li', true, '<span>', '</span>'),
43 'revert' => tpl_action('revert', true, 'li', true, '<span>', '</span>'),
44 'revisions' => tpl_action('revisions', true, 'li', true, '<span>', '</span>'),
45 'backlink' => tpl_action('backlink', true, 'li', true, '<span>', '</span>'),
46 'subscribe' => tpl_action('subscribe', true, 'li', true, '<span>', '</span>'),
47 'top' => tpl_action('top', true, 'li', true, '<span>', '</span>')
/template/zenith/
Dpagetools.php42 tpl_action('admin', true, 'li', true),
43 tpl_action('profile', true, 'li', true),
44 tpl_action('register', true, 'li', true),
45 tpl_action('login', true, 'li', true)
63 tpl_action('recent', true, 'li', true),
64 tpl_action('media', true, 'li', true),
65 tpl_action('index', true, 'li', true)
Dmain.php44 <?php tpl_include_page($conf['sidebar'], true, true) ?>
79 … 'edit' => tpl_action('edit', true, 'li', true, '<span>', '</span>'),
80 … 'revert' => tpl_action('revert', true, 'li', true, '<span>', '</span>'),
81 … 'revisions' => tpl_action('revisions', true, 'li', true, '<span>', '</span>'),
82 … 'backlink' => tpl_action('backlink', true, 'li', true, '<span>', '</span>'),
83 … 'subscribe' => tpl_action('subscribe', true, 'li', true, '<span>', '</span>'),
84 … 'top' => tpl_action('top', true, 'li', true, '<span>', '</span>')
/template/simplewiki/
Dtpl_header.php50 tpl_action('admin', true, 'li', true),
51 tpl_action('profile', true, 'li', true),
52 tpl_action('register', true, 'li', true),
53 tpl_action('login', true, 'li', true),
54 tpl_action('recent', true, 'li', true),
55 tpl_action('media', true, 'li', true),
56 tpl_action('index', true, 'li', true)
Dmain.php43 <?php tpl_include_page($conf['sidebar'], true, true) ?>
80 … 'edit' => tpl_action('edit', true, 'li', true, '<span>', '</span>'),
81 … 'revert' => tpl_action('revert', true, 'li', true, '<span>', '</span>'),
82 … 'revisions' => tpl_action('revisions', true, 'li', true, '<span>', '</span>'),
83 … 'backlink' => tpl_action('backlink', true, 'li', true, '<span>', '</span>'),
84 … 'subscribe' => tpl_action('subscribe', true, 'li', true, '<span>', '</span>'),
85 … 'top' => tpl_action('top', true, 'li', true, '<span>', '</span>')
/template/adoradark/
Dtpl_header.php50 tpl_action('admin', true, 'li', true),
51 tpl_action('profile', true, 'li', true),
52 tpl_action('register', true, 'li', true),
53 tpl_action('login', true, 'li', true)
70 tpl_action('recent', true, 'li', true),
71 tpl_action('media', true, 'li', true),
72 tpl_action('index', true, 'li', true)
Dmain.php43 <?php tpl_include_page($conf['sidebar'], true, true) ?>
80 … 'edit' => tpl_action('edit', true, 'li', true, '<span>', '</span>'),
81 … 'revert' => tpl_action('revert', true, 'li', true, '<span>', '</span>'),
82 … 'revisions' => tpl_action('revisions', true, 'li', true, '<span>', '</span>'),
83 … 'backlink' => tpl_action('backlink', true, 'li', true, '<span>', '</span>'),
84 … 'subscribe' => tpl_action('subscribe', true, 'li', true, '<span>', '</span>'),
85 … 'top' => tpl_action('top', true, 'li', true, '<span>', '</span>')
/template/twigstarter/vendor/twig/twig/src/Extension/
DEscaperExtension.php52 …new TwigFilter('escape', 'twig_escape_filter', ['needs_environment' => true, 'is_safe_callback' =>…
53 …new TwigFilter('e', 'twig_escape_filter', ['needs_environment' => true, 'is_safe_callback' => 'twi…
132 $this->safeLookup[$strategy][$class] = true;
188 $ext->safeLookup[$s][$c] = true;
220 'ISO-8859-1' => true, 'ISO8859-1' => true,
221 'ISO-8859-15' => true, 'ISO8859-15' => true,
222 'utf-8' => true, 'UTF-8' => true,
223 'CP866' => true, 'IBM866' => true, '866' => true,
224 'CP1251' => true, 'WINDOWS-1251' => true, 'WIN-1251' => true,
225 '1251' => true,
[all …]
/template/ghw/
Dtpl_footer.php8 …'edit' => tpl_action('edit', true, 'li', true, '<i class="fa fa-pencil-square fa-2x" aria-hidden="…
9 …'revert' => tpl_action('revert', true, 'li', true, '<i class="fa fa-link fa-2x" aria-hidden="true"…
10 …'revisions' => tpl_action('revisions', true, 'li', true, '<i class="fa fa-clock-o fa-2x" aria-hidd…
11 …'backlink' => tpl_action('backlink', true, 'li', true, '<i class="fa fa-link fa-2x" aria-hidden="t…
12 …'subscribe' => tpl_action('subscribe', true, 'li', true, '<i class="fa fa-link fa-2x" aria-hidden=…
Dtpl_header.php61 <?php tpl_include_page($conf['sidebar'], true, true) ?>
87 tpl_action('admin', true, 'li', true),
88 tpl_action('profile', true, 'li', true),
89 tpl_action('register', true, 'li', true),
90 tpl_action('login', true, 'li', true)
/template/strap/ComboStrap/
H A DXmlTagProcessing.php47 return true;
50 return true;
53 return true;
56 return true;
59 return true;
62 return true;
66 return true;
69 return true;
72 return true;
79 return true;
[all …]
/template/material/
Dmain.php11 <?php echo ucfirst(tpl_pagetitle(null, true)) ?> |
60 tpl_action('register', true, false, false, '', '', "
67 tpl_action('login', true, false, false, '', '', "
74 tpl_action('profile', true, false, false, '', '', "
81 tpl_action('admin', true, false, false, '', '', "
88 tpl_action('login', true, false, false, '', '', "
159 tpl_action('edit', true, false, false, '', '', "
166 tpl_action('edit', true, false, false, '', '', "
173 tpl_action('revisions', true, false, false, '', '', "
204 … <span class="pagename-bar"><?php echo ucfirst(tpl_pagetitle(null, true)); ?></span>
[all …]
/template/twigstarter/vendor/twig/twig/
D.php-cs-fixer.dist.php5 '@Symfony' => true,
6 '@Symfony:risky' => true,
7 '@PHPUnit75Migration:risky' => true,
10 'php_unit_fqcn_annotation' => true,
12 'braces' => ['allow_single_line_closure' => true],
14 'ordered_imports' => true,
18 ->setRiskyAllowed(true)
/template/kajukkd/
Dtpl_functions.php70 $out = tpl_link(wl($_nstartpage,'',true), $out, '', 1);
72 $out = tpl_link(wl('','',true), $out, '', 1);
76 return true;
94 $out = tpl_link(wl($_nstartpage,'',true), $out, '', 1);
96 $out = tpl_link(wl('','',true), $out, '', 1);
100 return true;
116 ), true);
120 return true;
134 return true;
148 return true;
/template/breeze/bower_components/gumby/
D.jshintrc3 "regexdash": true,
4 "browser": true,
5 "jquery": true,
7 "sub": true,
8 "multistr": true,
9 "expr": true
/template/dokutwitterbootstrap/
Dtpl_functions.php156 $ismedia = true;
172 $url = ml($img, '', true, '', $abs);
270 $first = true;
291 … echo _tpl_toc_to_twitter_bootstrap_event_hander_dump_level($event->data, $conf['sidebar'], true);
299 tpl_toc(true);
304 function _tpl_output_tools_twitter_bootstrap($showTools = true, $element = 'li')
323 function _tpl_output_page_tools($showTools = true, $element = 'li'){
326 $textonly = true;
335 $content = tpl_action('edit', $textonly, '', true);
342 _tpl_action('discussion', $textonly, '', true);
[all …]
/template/dokuwikibee/dokuwikibee/
Dmain.php44 <?php tpl_include_page(tpl_getConf('topSidebar'), true, true) ?>
47 <?php tpl_include_page($conf['sidebar'], true, true) ?>
50 <?php tpl_include_page(tpl_getConf('bottomSidebar'), true, true) ?>
/template/dokuwikitplacc/dokuwikiBee/
Dmain.php44 <?php tpl_include_page(tpl_getConf('topSidebar'), true, true) ?>
47 <?php tpl_include_page($conf['sidebar'], true, true) ?>
50 <?php tpl_include_page(tpl_getConf('bottomSidebar'), true, true) ?>
/template/strap/ComboStrap/TagAttribute/
H A DAlign.php61 $blockAlign = true;
72 $flexAxis[self::Y_AXIS] = true;
78 $blockAlign = true;
90 $flexAxis[self::X_AXIS] = true;
104 $flexAxis[self::X_AXIS] = true;
116 $flexAxis[self::X_AXIS] = true;
122 $flexAxis[self::X_AXIS] = true;
127 $flexAxis[self::Y_AXIS] = true;
132 $flexAxis[self::Y_AXIS] = true;
199 …if ($blockAlign === true && in_array($attributes->getLogicalTag(), TagAttributes::INLINE_LOGICAL_E…
/template/breeze/bower_components/gumby/sass/functions/
D_grid-calc.scss6 @if ($hybrid-grid == true){
16 @if ($hybrid-grid == true) {
17 @return (oneCol(true) * $num) + ($gutter * ($num - 1));
27 @if ($hybrid-grid == true) {
28 @return (100% * (columns($desired_cols, true) / columns($container_cols, true)));
38 @return (oneCol(true) * $num) + ($gutter * ($num - 1)) + $gutter; // Column width + gutter
40 @else if $first-child != true and $is_hybrid{
41 …@return (oneCol(true) * $num) + ($gutter * ($num - 1)) + ($gutter * 2); // Column width + (gutter …
43 @else if $first-child and $is_hybrid != true{
57 …@return -((oneCol(true) * $num) + ($gutter * ($num - 1)) + (oneCol(true) * $width) + ($gutter * ($…
[all …]

12345678910>>...35