Searched refs:placeholders (Results 1 – 25 of 111) sorted by relevance
12345
| /plugin/findologicxmlexport/vendor/twig/twig/doc/filters/ |
| D | format.rst | 4 The ``format`` filter formats a given string by replacing the placeholders 5 (placeholders follows the `sprintf`_ notation):
|
| D | replace.rst | 4 The ``replace`` filter formats a given string by replacing the placeholders 5 (placeholders are free-form):
|
| /plugin/structnotification/lang/en/ |
| H A D | intro.txt | 5 …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/ |
| D | styleini.txt | 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…
|
| D | interwiki.txt | 20 …placeholders to be more flexible in linking. If no placeholder is given the [[phpfn>rawurlencode|U…
|
| /plugin/dokullm/doc/ |
| H A D | prompts.txt | 3 …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 D | LlmClient.php | 593 $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 D | SqliteRequest.php | 232 $placeholders = array_pad([], count($columns), '?'); 235 $placeholders) . ')';
|
| /plugin/recommend/lang/en/ |
| D | intro.txt | 3 Here you can create templates that will be used as placeholders in the email form.
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
| D | block.rst | 4 Blocks are used for inheritance and act as placeholders and replacements at
|
| /plugin/authldaplocal/ |
| D | auth.php | 537 * @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/ |
| D | confmanager_description.txt | 10 This is done via placeholders. %in% is the source file and %out% is the target file.
|
| /plugin/txtconf/lang/en/ |
| D | intro_interwiki.txt | 6 Each URL may contain one of the placeholders {URL} or {NAME}
|
| /plugin/docsearch/lang/fr/ |
| D | confmanager_description.txt | 10 Ceci est fait grâce à des placeholders. %in% correspond au fichier source, et %out% au fichier cibl…
|
| /plugin/txtconf/lang/fr/ |
| D | intro_interwiki.txt | 6 Each URL may contain one of the placeholders {URL} or {NAME}
|
| /plugin/sqlite/ |
| H A D | SQLiteDB.php | 250 $placeholders = array_pad([], count($columns), '?'); 261 $placeholders
|
| /plugin/statistics/ |
| D | Logger.php | 248 $placeholders = implode(',', array_fill(0, count($groups), '(?, ?)')); 250 $sql = "INSERT INTO groups (`user`, `group`) VALUES $placeholders";
|
| /plugin/pagetemplater/ |
| D | README.md | 20 You can define more placeholders on your own. Simply use the word ``@@YOURPLACEHOLDER@@`` in the te…
|
| /plugin/html2pdf/snorriheim/ |
| D | style.ini | 27 ;------ guaranteed dokuwiki color placeholders that every plugin can use
|
| D | style.ini.dist | 27 ;------ guaranteed dokuwiki color placeholders that every plugin can use
|
| /plugin/asciidocjs/node_modules/chalk/ |
| D | index.d.ts | 148 (text: TemplateStringsArray, ...placeholders: unknown[]): string;
|
| /plugin/quickstats/ |
| D | style.wide.css | 54 /* placeholders for individual css formatting */
|
| D | style.css | 53 /* placeholders for individual css formatting */
|
| /plugin/geonav/tpl/startermap/ |
| D | style.ini | 53 ;------ guaranteed dokuwiki color placeholders that every plugin can use
|
| /plugin/mytemplate/ |
| D | README | 7 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