Home
last modified time | relevance | path

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

12345

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dformat.rst4 The ``format`` filter formats a given string by replacing the placeholders
5 (placeholders follows the `sprintf`_ notation):
Dreplace.rst4 The ``replace`` filter formats a given string by replacing the placeholders
5 (placeholders are free-form):
/plugin/structnotification/lang/en/
H A Dintro.txt5 …n may combine usernames, groups with the usual "@" prefix, and struct placeholders like "@@schema.…
7 The message can also include struct placeholders.
/plugin/advanced/lang/en/config/
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…
Dinterwiki.txt20placeholders to be more flexible in linking. If no placeholder is given the [[phpfn>rawurlencode|U…
/plugin/dokullm/doc/
H A Dprompts.txt3 …works, including the namespace structure, prompt hierarchy, available placeholders, system prompt …
41 The prompts use several special placeholders that are automatically populated:
109 Each prompt page follows a simple structure with placeholders:
113 * Uses placeholders for dynamic content insertion
118 The plugin provides several placeholders that can be used in prompts:
178 * Incorporate relevant placeholders for dynamic content
179 * Ensure all required placeholders are included
285 * **Always Include Required Placeholders**: Missing placeholders can cause errors
286 * **Use Contextual Placeholders**: Only include placeholders that add value
287 * **Test Placeholder Substitution**: Verify that placeholders are correctly replaced
[all …]
/plugin/dokullm/
H A DLlmClient.php593 $placeholders = $this->findPlaceholders($prompt);
596 foreach ($placeholders as $placeholder) {
772 $placeholders = [];
777 $placeholders = array_unique($matches[1]);
780 return $placeholders;
/plugin/combo/ComboStrap/
H A DSqliteRequest.php232 $placeholders = array_pad([], count($columns), '?');
235 $placeholders) . ')';
/plugin/recommend/lang/en/
Dintro.txt3 Here you can create templates that will be used as placeholders in the email form.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
Dblock.rst4 Blocks are used for inheritance and act as placeholders and replacements at
/plugin/authldaplocal/
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/
Dconfmanager_description.txt10 This is done via placeholders. %in% is the source file and %out% is the target file.
/plugin/txtconf/lang/en/
Dintro_interwiki.txt6 Each URL may contain one of the placeholders {URL} or {NAME}
/plugin/docsearch/lang/fr/
Dconfmanager_description.txt10 Ceci est fait grâce à des placeholders. %in% correspond au fichier source, et %out% au fichier cibl…
/plugin/txtconf/lang/fr/
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/statistics/
DLogger.php248 $placeholders = implode(',', array_fill(0, count($groups), '(?, ?)'));
250 $sql = "INSERT INTO groups (`user`, `group`) VALUES $placeholders";
/plugin/pagetemplater/
DREADME.md20 You can define more placeholders on your own. Simply use the word ``@@YOURPLACEHOLDER@@`` in the te…
/plugin/html2pdf/snorriheim/
Dstyle.ini27 ;------ guaranteed dokuwiki color placeholders that every plugin can use
Dstyle.ini.dist27 ;------ guaranteed dokuwiki color placeholders that every plugin can use
/plugin/asciidocjs/node_modules/chalk/
Dindex.d.ts148 (text: TemplateStringsArray, ...placeholders: unknown[]): string;
/plugin/quickstats/
Dstyle.wide.css54 /* placeholders for individual css formatting */
Dstyle.css53 /* placeholders for individual css formatting */
/plugin/geonav/tpl/startermap/
Dstyle.ini53 ;------ guaranteed dokuwiki color placeholders that every plugin can use
/plugin/mytemplate/
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.

12345