Home
last modified time | relevance | path

Searched refs:placeholders (Results 1 – 25 of 119) 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/
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/
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/newpagefill/
H A DREADME_EN.md30 - all native DokuWiki placeholders: `@ID@`, `@NS@`, `@PAGE@`, `@USER@`, `@DATE@`, etc. (handled by …
47 It only adds support for `@TITLE@` — native DokuWiki placeholders (`@ID@`, `@NS@`, etc.) are handle…
H A DREADME.md30 - tous les placeholders natifs DokuWiki : `@ID@`, `@NS@`, `@PAGE@`, `@USER@`, `@DATE@`, etc. (gérés…
47 Il ajoute seulement le support de `@TITLE@` — les placeholders natifs DokuWiki (`@ID@`, `@NS@`, etc…
/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/
H A DLogger.php248 $placeholders = implode(',', array_fill(0, count($groups), '(?, ?)'));
250 $sql = "INSERT INTO groups (`user`, `group`) VALUES $placeholders";
/plugin/pagetemplater/
H A 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/navigatorlabels/navigatorlabels/
H A DCHANGELOG.md10 * Prepared groundwork for friendly, human-readable labels for custom style placeholders
/plugin/navigatorlabels/
H A DCHANGELOG.md10 * Prepared groundwork for friendly, human-readable labels for custom style placeholders
/plugin/asciidocjs/node_modules/chalk/
Dindex.d.ts148 (text: TemplateStringsArray, ...placeholders: unknown[]): string;

12345