Home
last modified time | relevance | path

Searched refs:placeholders (Results 1 – 25 of 101) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dformat.rst4 The ``format`` filter formats a given string by replacing the placeholders
5 (placeholders follows the `sprintf`_ notation):
H A Dreplace.rst4 The ``replace`` filter formats a given string by replacing the placeholders
5 (placeholders are free-form):
/plugin/advanced/lang/en/config/
H A Dstyleini.txt17 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…
H A Dinterwiki.txt20placeholders to be more flexible in linking. If no placeholder is given the [[phpfn>rawurlencode|U…
/plugin/recommend/lang/en/
H A Dintro.txt3 Here you can create templates that will be used as placeholders in the email form.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dblock.rst4 Blocks are used for inheritance and act as placeholders and replacements at
/plugin/authldaplocal/
H A Dauth.php537 * @param array $placeholders placeholders to fill in
540 protected function _makeFilter($filter, $placeholders) { argument
545 if(is_array($placeholders[$match])) {
546 $value = $placeholders[$match][0];
548 $value = $placeholders[$match];
/plugin/docsearch/lang/en/
H A Dconfmanager_description.txt10 This is done via placeholders. %in% is the source file and %out% is the target file.
/plugin/txtconf/lang/en/
H A Dintro_interwiki.txt6 Each URL may contain one of the placeholders {URL} or {NAME}
/plugin/sqlite/
H A DSQLiteDB.php250 $placeholders = array_pad([], count($columns), '?');
261 $placeholders
/plugin/docsearch/lang/fr/
H A Dconfmanager_description.txt10 Ceci est fait grâce à des placeholders. %in% correspond au fichier source, et %out% au fichier cibl…
/plugin/txtconf/lang/fr/
H A Dintro_interwiki.txt6 Each URL may contain one of the placeholders {URL} or {NAME}
/plugin/html2pdf/snorriheim/
H A Dstyle.ini27 ;------ guaranteed dokuwiki color placeholders that every plugin can use
H A Dstyle.ini.dist27 ;------ guaranteed dokuwiki color placeholders that every plugin can use
/plugin/pagetemplater/
H A DREADME.md20 You can define more placeholders on your own. Simply use the word ``@@YOURPLACEHOLDER@@`` in the te…
/plugin/quickstats/
H A Dstyle.css53 /* placeholders for individual css formatting */
H A Dstyle.wide.css54 /* placeholders for individual css formatting */
/plugin/geonav/tpl/startermap/
H A Dstyle.ini53 ;------ guaranteed dokuwiki color placeholders that every plugin can use
/plugin/mytemplate/
H A DREADME7 placeholders for data and "data page" for those that contain the actual data that will be inserted
8 into those placeholders. Both types of pages can be viewed when browsing the wiki.
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc33 // Add the CSS styles for anchor placeholders.
170 // Register a filter to displaying placeholders after mode change.
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc33 // Add the CSS styles for anchor placeholders.
170 // Register a filter to displaying placeholders after mode change.
/plugin/linkbonus/syntax/
H A Dinterwiki.txt218 //use placeholders
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst59 During the gettext lookup these placeholders are converted. ``{{ name }}`` becomes ``%name%`` so th…
/plugin/mikioplugin/
H A DREADME.md76 - Quiz placeholders can now be markdown formatted.
181 - Height attribute bugfix for placeholders
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DREADME.md36 In [beberlei/assert], the ordering of the `%s` placeholders is different for
45 available placeholders.

12345