Home
last modified time | relevance | path

Searched refs:look (Results 1 – 25 of 536) sorted by relevance

12345678910>>...22

/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DLL1Analyzer.php55 $look = [];
75 $look[$alt] = null;
77 $look[$alt] = $interval;
81 return $look;
103 public function look(ATNState $s, ?ATNState $stopState, ?RuleContext $context) : IntervalSet function in Antlr\\Antlr4\\Runtime\\LL1Analyzer
145 * @param IntervalSet $look The result lookahead set.
178 IntervalSet $look, argument
192 $look->addOne(Token::EPSILON);
198 $look->addOne(Token::EOF);
206 $look->addOne(Token::EPSILON);
[all …]
/template/peanutbutter/
Dtpl_functions.php143 $look = array(':wiki:'.$fname, ':'.$fname, 'images/'.$fname);
145 while($look[$i] and strpos($look[$i],'images') === FALSE) {
146 if(!auth_quickaclcheck($look[$i])) {
147 unset($look[$i]);
151 $return .= '<link rel="'.$type.'" href="'.tpl_getMediaFile($look).'" />'.NL;
Dtemplate.info.txt6 desc Modified Monochrome template to look a little more like Vector2022
/template/monochrome/
Dtpl_functions.php140 $look = array(':wiki:'.$fname, ':'.$fname, 'images/'.$fname);
142 while($look[$i] and strpos($look[$i],'images') === FALSE) {
143 if(!auth_quickaclcheck($look[$i])) {
144 unset($look[$i]);
148 $return .= '<link rel="'.$type.'" href="'.tpl_getMediaFile($look).'" />'.NL;
/template/peanutbutter2/
Dtpl_functions.php143 $look = array(':wiki:'.$fname, ':'.$fname, 'images/'.$fname);
145 while($look[$i] and strpos($look[$i],'images') === FALSE) {
146 if(!auth_quickaclcheck($look[$i])) {
147 unset($look[$i]);
151 $return .= '<link rel="'.$type.'" href="'.tpl_getMediaFile($look).'" />'.NL;
Dtemplate.info.txt6 desc Modified Monochrome template to look a little more like Vector2022
/template/aran/
Dtpl_functions.php193 $look = array(':wiki:favicon.ico', ':favicon.ico', 'images/favicon.ico');
194 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
197 …$look = array(':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'…
198 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
202 $look = array(':wiki:favicon.svg', ':favicon.svg', 'images/favicon.svg');
203 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;
/template/taratasy/
Dtpl_functions.php193 $look = array(':wiki:favicon.ico', ':favicon.ico', 'images/favicon.ico');
194 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
197 …$look = array(':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'…
198 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
202 $look = array(':wiki:favicon.svg', ':favicon.svg', 'images/favicon.svg');
203 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;
/template/starterpjax/
Dtpl_functions.php193 $look = array(':wiki:favicon.ico', ':favicon.ico', 'images/favicon.ico');
194 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
197 …$look = array(':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'…
198 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
202 $look = array(':wiki:favicon.svg', ':favicon.svg', 'images/favicon.svg');
203 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;
/template/grassstains/
Dtpl_functions.php193 $look = array(':wiki:favicon.ico', ':favicon.ico', 'images/favicon.ico');
194 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
197 …$look = array(':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'…
198 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
202 $look = array(':wiki:favicon.svg', ':favicon.svg', 'images/favicon.svg');
203 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;
/template/zenlike/
Dtpl_functions.php193 $look = array(':wiki:favicon.ico', ':favicon.ico', 'images/favicon.ico');
194 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
197 …$look = array(':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'…
198 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
202 $look = array(':wiki:favicon.svg', ':favicon.svg', 'images/favicon.svg');
203 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;
/template/ach/
Dtpl_functions.php193 $look = array(':wiki:favicon.ico', ':favicon.ico', 'images/favicon.ico');
194 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
197 …$look = array(':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'…
198 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
202 $look = array(':wiki:favicon.svg', ':favicon.svg', 'images/favicon.svg');
203 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;
/template/dokutwitterbootstrap/
Dtpl_functions.php193 $look = array(':wiki:favicon.ico', ':favicon.ico', 'images/favicon.ico');
194 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
197 …$look = array(':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'…
198 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
202 $look = array(':wiki:favicon.svg', ':favicon.svg', 'images/favicon.svg');
203 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;
DREADME.md12 and look great in a range of devices and browsers. It's quite customizable and
17 Effort has been put into making the template's public facing content look okay.
18 Some back end functionality (e.g., the admin interface) may look distorted, but
33 (DokuWiki) and an excellent system to control the layout and look of the
86 people. Effort has been made to make public facing things look nice, but
92 to look unstyled. This could be fixed by modifying how DokuWiki generates these
/template/starterbootstrap/
Dtpl_functions.php132 $look = array(':wiki:favicon.ico', ':favicon.ico', 'images/favicon.ico');
133 $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL;
136 …$look = array(':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'…
137 … $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL;
141 $look = array(':wiki:favicon.svg', ':favicon.svg', 'images/favicon.svg');
142 … $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL;
/template/dokucms/
Dstyle.ini24 ; give your wiki a new look.
52 ; red look
58 ; blue look
/template/retro/
H A DREADME.md2 The DokuWiki template that gets you started with a minimilastic retro look
H A Dtemplate.info.txt6 desc The DokuWiki template that gets you started with a minimalastic retro look
/template/monobook/
Dtemplate.info.txt6 desc monobook brings you the traditional MediaWiki/Wikipedia look and feel for DokuWiki.
/template/vector/
Dtemplate.info.txt6 desc vector brings you the year 2010 MediaWiki/Wikipedia look and feel for DokuWiki.
/template/vector20/
Dtemplate.info.txt6 desc vector brings you the year 2010 MediaWiki/Wikipedia look and feel for DokuWiki.
/template/doogiestpl/
Dtemplate.info.txt6 desc Clean and uncluttered blue look that nicely resizes. With configurable tab navigation.
/template/prsnl10/css/
Dprsnl10_screen.css5 If you want to add some own screen CSS, have a look at the README of this
24 ******** Have a look at http://j.mp/eq8zSo for more information ************
298 /* background-color destroys button look */
354 ******** Have a look at http://j.mp/eq8zSo for more information ************
698 ******** Have a look at http://j.mp/eq8zSo for more information ************
720 ******** Have a look at http://j.mp/eq8zSo for more information ************
781 ******** Have a look at http://j.mp/eq8zSo for more information ************
849 ******** Have a look at http://j.mp/eq8zSo for more information ************
910 ******** Have a look at http://j.mp/eq8zSo for more information **********
932 ******** Have a look at http://j.mp/eq8zSo for more information **********
[all …]
/template/monobook/static/css/
Drtl.css5 If you want to add some own print CSS, have a look at the README of this
/template/mnml-blog/blogtng-tpl/
DREADME2 <https://www.dokuwiki.org/plugin:blogtng#templates> for details). Have a look at

12345678910>>...22