Home
last modified time | relevance | path

Searched refs:substitution (Results 1 – 25 of 29) sorted by relevance

12

/plugin/emoji/
DREADME1 Emoji substitution plugin for DokuWiki
11 To avoid unintended substitution, short names and emoticons should be separated
Dplugin.info.txt6 desc Emoji substitution plugin using graphics from EmojiOne <http://www.emojione.com>
/plugin/acronym/
Dsyntax.php39 * @return String <tt>'substition'</tt> (i.e. 'substitution').
/plugin/literal_entities/
Dsyntax.php56 * @return String <tt>'substition'</tt> (i.e. 'substitution').
/plugin/complex_lists/inblock_ranges/
Dsyntax.php24 return array('formatting', 'substitution');
/plugin/heat/
Dsyntax.php56 * @return String <tt>'substition'</tt> (i.e. 'substitution').
/plugin/spreadout/
Dsyntax.php120 * @return String <tt>'substition'</tt> (a mispelled 'substitution').
/plugin/templater/
DCHANGELOG.md70 * Changed the substitution delimiters from `{ }` to `@`.
71 * Perform substitution on parsing rather then on output.
/plugin/jokuwiki/
Dsyntax.php55 return 'substitution';
/plugin/shy/
Dsyntax.php116 * @return String <tt>'substition'</tt> (i.e. 'substitution').
/plugin/hr/
Dsyntax.php144 * @return String <tt>'substition'</tt> (i.e. 'substitution').
/plugin/directions/syntax/
Dglobaldirections.php62 * @return String <tt>'substition'</tt> (i.e. 'substitution').
Dlocaldirections.php65 * @return String <tt>'substition'</tt> (i.e. 'substitution').
/plugin/openas/
DREADME34 :pagetemplates:homepagetemplate) and it will fill in any of the substitution variables
/plugin/textinsert/
DREADME1 This is a macro substitution plugin which enables substitutions of both words and longer
/plugin/qstat/
Dsyntax.php57 * @return String <tt>'substition'</tt> (i.e. 'substitution').
/plugin/highlightjs/highlight/
Dreadme.eng.txt126 subst in-string substitution (#{...})
406 localvars substitution in .macro
/plugin/dirtylittlehelper/mermaid/editor/docs/
D51.51.js.map1 …,\n [/^(__\\s+)(.+)/, ['', 'string.link']],\n //substitution-definitions\n …
/plugin/asciidocjs/node_modules/chalk/
Dreadme.md147 Take advantage of console.log [string substitution](https://nodejs.org/docs/latest/api/console.html…
/plugin/dokuprism/prism/
Dprism.js77substitution:{pattern:/\[[^\[\]]+\]/,inside:{delimiter:{pattern:/\[|\]/,alias:"punctuation"}}}}},c… property
147substitution:{pattern:/^\|(?:[^|\s]|[^|\s][^|]*[^|\s])\|/,alias:"attr-value",inside:{punctuation:/… property
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs2260 return self.$logger().$warn("unknown substitution type " + (type))
2498 …return "expected substitution value for custom inline macro to be of type Inline; got " + (replace…
3337 …self.$logger().$warn("invalid substitution type" + (($truthy($rb_gt(invalid.$size(), 1)) ? ("s") :…
16634 * Get the substitution keywords to be applied to the contents of this block.
16636 * @returns {Array<string>} - the list of {string} substitution keywords associated with this block.
16644 * Check whether a given substitution keyword is present in the substitutions for this block.
16646 * @returns {boolean} - whether the substitution is present on this block.
16649 AbstractBlock.prototype.hasSubstitution = function (substitution) {
16650 return this['$sub?'](substitution)
16654 * Remove the specified substitution keyword from the list of substitutions for this block.
[all …]
Dasciidoctor.js18122 AbstractBlock.prototype.hasSubstitution = function (substitution) { argument
18123 return this['$sub?'](substitution)
18131 AbstractBlock.prototype.removeSubstitution = function (substitution) { argument
18132 this.$remove_sub(substitution)
/plugin/dw2pdf/vendor/mpdf/mpdf/
DCHANGELOG.md26 * Allows `{nb}`, `{nbpg}`, `{PAGENO}` and `{DATE ...}` substitution in body (#172 and #267, @Dasc3e…
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js42487 AbstractBlock.prototype.hasSubstitution = function (substitution) { argument
42488 return this['$sub?'](substitution)
42496 AbstractBlock.prototype.removeSubstitution = function (substitution) { argument
42497 this.$remove_sub(substitution)
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/browser/
Dasciidoctor.js42739 AbstractBlock.prototype.hasSubstitution = function (substitution) { argument
42740 return this['$sub?'](substitution)
42748 AbstractBlock.prototype.removeSubstitution = function (substitution) { argument
42749 this.$remove_sub(substitution)

12