Home
last modified time | relevance | path

Searched +full:style -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 348) sorted by path

12345678910>>...14

/dokuwiki/conf/
H A Dacronyms.conf12 CSS Cascading Style Sheets
H A Ddokuwiki.php149 $conf['canonical'] = 0; //Should all URLs use full canonical http://... style?
/dokuwiki/data/
H A Ddeleted.files599 lib/plugins/plugin/style.css
653 lib/tpl/default/style.ini
697 lib/styles/style.css
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt66 * Links to [[syntax|existing pages]] are shown in a different style from [[nonexisting]] ones.
/dokuwiki/inc/Action/
H A DSubscribe.php69 foreach (['target', 'style', 'action'] as $param) {
82 $style = $params['style'];
88 $ok = $subManager->remove($target, $INPUT->server->str('REMOTE_USER'), $style);
90 $ok = $subManager->add($target, $INPUT->server->str('REMOTE_USER'), $style);
122 * @param array &$params the parameters: target, style and action
138 // Allow “list” subscribe style since the target is a namespace.
141 $style = valid_input_set(
142 'style',
145 'invalid subscription style give
[all...]
/dokuwiki/inc/
H A DDifferenceEngine.php895 * Holds the style names and basic CSS
905 * Return a class or style parameter
916 return 'style="'.self::$styles[$classname].'"';
1117 * Wikipedia Table style diff formatter.
1231 * Inline style diff formatter.
H A DErrorHandler.php72 <body style="font-family: Arial, sans-serif">
73 <div style="width:60%; margin: auto; background-color: #fcc;
75 <h1 style="font-size: 120%">$title</h1>
H A DStyleUtils.php8 * Reads and applies the template's style.ini settings
18 /** @var array default replacements to be merged with custom style configs */
35 * @param bool $reinit whether static style conf should be reinitialized
49 * Load style ini contents
51 * Loads and merges style.ini files from template and config and prepares
103 // validate and include style files
127 * Checks if configured style files exist and, if necessary, adjusts file extensions in config
158 * Style resources are relative to the template directory for the main (default) styles
H A Dcommon.php548 * Handles URL rewriting if enabled. Follows the style of wl().
1675 'style' => '',
H A Dconfig_cascade.php67 'default' => [DOKU_INC . 'lib/tpl/%TEMPLATE%/' . 'style.ini'],
68 'local' => [DOKU_CONF . 'tpl/%TEMPLATE%/' . 'style.ini']
H A Ddeprecated.php394 * @param string|array $style
400 public function subscribers($page, $user = null, $style = null, $data = null) {
403 return $manager->subscribers($page, $user, $style, $data);
415 * @param string $style
417 * @throws Exception when user or style is empty
422 public function add($id, $user, $style, $data = '') {
425 return $manager->add($id, $user, $style, $data);
437 * @param string|array $style
443 public function remove($id, $user = null, $style = null, $data = null) {
446 return $manager->remove($id, $user, $style,
398 subscribers($page, $user = null, $style = null, $data = null) global() argument
420 add($id, $user, $style, $data = '') global() argument
441 remove($id, $user = null, $style = null, $data = null) global() argument
[all...]
H A Dinit.php583 <body style="font-family: Arial, sans-serif">
584 <div style="width:60%; margin: auto; background-color: #fcc;
586 <h1 style="font-size: 120%">DokuWiki Setup Error</h1>
H A Dmedia.php1104 echo '<img src="' . $src . '" alt="" style="max-width: ' . $size[0] . 'px;" />';
H A Dtemplate.php245 $depends[] = DOKU_CONF . "tpl/" . $conf['template'] . "/style.ini";
/dokuwiki/inc/Extension/
H A DAdminPlugin.php41 * style.
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php51 * @param string $pattern Perl style regex, but ( and )
70 * @param string $pattern Perl style regex, but ( and ) lose the usual meaning.
85 * @param string $pattern Perl style regex, but ( and ) lose the usual meaning.
102 * @param string $pattern Perl style regex, but ( and ) lose the usual meaning.
H A DParallelRegex.php43 * @param mixed $pattern Perl style regex. Must be UTF-8
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php51 [$style, $lastupdate] = $info;
103 if ($style === 'digest') {
112 } elseif ($style === 'list') {
119 $subscriberManager->add($target, $user, $style, time());
H A DSubscriberManager.php27 * @throws Exception when user or style is empty
32 * @param string $style
37 public function add($id, $user, $style, $data = '')
47 $style = trim($style);
53 if (!$style) {
54 throw new Exception('no subscription style given');
60 $line = "$user $style $data\n";
75 * @param string|array $style
81 public function remove($id, $user = null, $style argument
38 add($id, $user, $style, $data = '') global() argument
164 subscribers($page, $user = null, $style = null, $data = null) global() argument
[all...]
H A DSubscriberRegexBuilder.php13 * @param string|array $style
21 public function buildRegex($user = null, $style = null, $data = null)
25 $style = (array)$style;
30 $style = array_filter(array_map('trim', $style));
39 $style = array_map('preg_quote_cb', $style);
44 $style = implode('|', $style);
22 buildRegex($user = null, $style = null, $data = null) global() argument
[all...]
/dokuwiki/inc/Ui/
H A DMediaDiff.php216 echo '<div class="slider" style="max-width: ' . ($rev1Size[0] - 20) . 'px;" ></div>';
220 echo '<div class="image1" style="max-width: ' . $rev1Size[0] . 'px;">';
223 echo '<div class="image2" style="max-width: ' . $rev1Size[0] . 'px;">';
H A DSearch.php192 ->attr('style', 'display: none;')
H A DSubscribe.php47 $sstl = sprintf($lang['subscr_style_' . $sub['style']], $stime_days);
48 if (!$sstl) $sstl = hsc($sub['style']);
56 'sub_style' => $sub['style'],
/dokuwiki/inc/parser/
H A Dxhtml.php926 $link['style'] = '';
999 $link['style'] = '';
1098 $link['style'] = '';
1138 $link['style'] = '';
1648 if (!empty($link['style'])) $ret .= ' style="' . $link['style'] . '"';
1884 $link['style'] = '';
/dokuwiki/
H A Dinstall.php3 /*><div style="width:60%; margin: auto; background-color: #fcc;
5 <h1 style="font-size: 120%">No PHP Support</h1>
51 <style>
88 </style>
95 fs.style.display = '';
97 fs.style.display = 'none';
108 <body style="">
109 <h1 style="float:left">
111 style="vertical-align: middle;" alt="" height="64" width="64"/>
114 <div style
[all...]

12345678910>>...14