Searched refs:placeholders (Results 1 – 25 of 101) sorted by relevance
12345
4 The ``format`` filter formats a given string by replacing the placeholders5 (placeholders follows the `sprintf`_ notation):
4 The ``replace`` filter formats a given string by replacing the placeholders5 (placeholders are free-form):
17 DokuWiki's CSS dispatcher is able to replace placeholders in the loaded stylesheets which are confi…21 == Guaranteed color placeholders ==23 The following placeholders are the only ones that are safe to be used by plugins. All templates hav…
20 …placeholders to be more flexible in linking. If no placeholder is given the [[phpfn>rawurlencode|U…
3 Here you can create templates that will be used as placeholders in the email form.
4 Blocks are used for inheritance and act as placeholders and replacements at
537 * @param array $placeholders placeholders to fill in540 protected function _makeFilter($filter, $placeholders) { argument545 if(is_array($placeholders[$match])) {546 $value = $placeholders[$match][0];548 $value = $placeholders[$match];
10 This is done via placeholders. %in% is the source file and %out% is the target file.
6 Each URL may contain one of the placeholders {URL} or {NAME}
250 $placeholders = array_pad([], count($columns), '?');261 $placeholders
10 Ceci est fait grâce à des placeholders. %in% correspond au fichier source, et %out% au fichier cibl…
27 ;------ guaranteed dokuwiki color placeholders that every plugin can use
20 You can define more placeholders on your own. Simply use the word ``@@YOURPLACEHOLDER@@`` in the te…
53 /* placeholders for individual css formatting */
54 /* placeholders for individual css formatting */
53 ;------ guaranteed dokuwiki color placeholders that every plugin can use
7 placeholders for data and "data page" for those that contain the actual data that will be inserted8 into those placeholders. Both types of pages can be viewed when browsing the wiki.
33 // Add the CSS styles for anchor placeholders.170 // Register a filter to displaying placeholders after mode change.
218 //use placeholders
59 During the gettext lookup these placeholders are converted. ``{{ name }}`` becomes ``%name%`` so th…
76 - Quiz placeholders can now be markdown formatted.181 - Height attribute bugfix for placeholders
36 In [beberlei/assert], the ordering of the `%s` placeholders is different for 45 available placeholders.