Searched defs:replacements (Results 1 – 5 of 5) sorted by relevance
4 [replacements] section5 __background__ = "#f2ecec"6 __custom_variable__ = "#5e4040"7 __custom_variable_two__ = "url(test/foo.png)"
51 [replacements] section57 __text__ = "#333" ; @ini_text58 __background__ = "#fff" ; @ini_background60 __text_alt__ = "#999" ; @ini_text_alt61 __background_alt__ = "#eee" ; @ini_background_alt63 __text_neu__ = "#666" ; @ini_text_neu64 __background_neu__ = "#ddd" ; @ini_background_neu66 __border__ = "#ccc" ; @ini_border69 __highlight__ = "#ff9" ; @ini_highlight72 __link__ = "#2b73b7" ; @ini_link[all …]
274 function css_applystyle($css, $replacements)488 public function replacements($match) function in DokuCssFile
182 protected function cssFixreplacementurls($replacements, $location)
33 protected $replacements = ['text' => [], 'html' => []]; variable in Mailer