Home
last modified time | relevance | path

Searched defs:replacements (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/_test/conf/tpl/dokuwiki/
H A Dstyle.ini4 [replacements] section
5 __background__ = "#f2ecec"
6 __custom_variable__ = "#5e4040"
7 __custom_variable_two__ = "url(test/foo.png)"
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini51 [replacements] section
57 __text__ = "#333" ; @ini_text
58 __background__ = "#fff" ; @ini_background
60 __text_alt__ = "#999" ; @ini_text_alt
61 __background_alt__ = "#eee" ; @ini_background_alt
63 __text_neu__ = "#666" ; @ini_text_neu
64 __background_neu__ = "#ddd" ; @ini_background_neu
66 __border__ = "#ccc" ; @ini_border
69 __highlight__ = "#ff9" ; @ini_highlight
72 __link__ = "#2b73b7" ; @ini_link
[all …]
/dokuwiki/lib/exe/
H A Dcss.php274 function css_applystyle($css, $replacements)
488 public function replacements($match) function in DokuCssFile
/dokuwiki/inc/
H A DStyleUtils.php182 protected function cssFixreplacementurls($replacements, $location)
H A DMailer.class.php33 protected $replacements = ['text' => [], 'html' => []]; variable in Mailer