/plugin/emoji/ |
D | README | 1 Emoji substitution plugin for DokuWiki 11 To avoid unintended substitution, short names and emoticons should be separated
|
D | plugin.info.txt | 6 desc Emoji substitution plugin using graphics from EmojiOne <http://www.emojione.com>
|
/plugin/acronym/ |
D | syntax.php | 39 * @return String <tt>'substition'</tt> (i.e. 'substitution').
|
/plugin/literal_entities/ |
D | syntax.php | 56 * @return String <tt>'substition'</tt> (i.e. 'substitution').
|
/plugin/complex_lists/inblock_ranges/ |
D | syntax.php | 24 return array('formatting', 'substitution');
|
/plugin/heat/ |
D | syntax.php | 56 * @return String <tt>'substition'</tt> (i.e. 'substitution').
|
/plugin/spreadout/ |
D | syntax.php | 120 * @return String <tt>'substition'</tt> (a mispelled 'substitution').
|
/plugin/templater/ |
D | CHANGELOG.md | 70 * Changed the substitution delimiters from `{ }` to `@`. 71 * Perform substitution on parsing rather then on output.
|
/plugin/jokuwiki/ |
D | syntax.php | 55 return 'substitution';
|
/plugin/shy/ |
D | syntax.php | 116 * @return String <tt>'substition'</tt> (i.e. 'substitution').
|
/plugin/hr/ |
D | syntax.php | 144 * @return String <tt>'substition'</tt> (i.e. 'substitution').
|
/plugin/directions/syntax/ |
D | globaldirections.php | 62 * @return String <tt>'substition'</tt> (i.e. 'substitution').
|
D | localdirections.php | 65 * @return String <tt>'substition'</tt> (i.e. 'substitution').
|
/plugin/openas/ |
D | README | 34 :pagetemplates:homepagetemplate) and it will fill in any of the substitution variables
|
/plugin/textinsert/ |
D | README | 1 This is a macro substitution plugin which enables substitutions of both words and longer
|
/plugin/qstat/ |
D | syntax.php | 57 * @return String <tt>'substition'</tt> (i.e. 'substitution').
|
/plugin/highlightjs/highlight/ |
D | readme.eng.txt | 126 subst in-string substitution (#{...}) 406 localvars substitution in .macro
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 51.51.js.map | 1 …,\n [/^(__\\s+)(.+)/, ['', 'string.link']],\n //substitution-definitions\n …
|
/plugin/asciidocjs/node_modules/chalk/ |
D | readme.md | 147 Take advantage of console.log [string substitution](https://nodejs.org/docs/latest/api/console.html…
|
/plugin/dokuprism/prism/ |
D | prism.js | 77 …substitution:{pattern:/\[[^\[\]]+\]/,inside:{delimiter:{pattern:/\[|\]/,alias:"punctuation"}}}}},c… property 147 …substitution:{pattern:/^\|(?:[^|\s]|[^|\s][^|]*[^|\s])\|/,alias:"attr-value",inside:{punctuation:/… property
|
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/ |
D | asciidoctor.cjs | 2260 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 …]
|
D | asciidoctor.js | 18122 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/ |
D | CHANGELOG.md | 26 * Allows `{nb}`, `{nbpg}`, `{PAGENO}` and `{DATE ...}` substitution in body (#172 and #267, @Dasc3e…
|
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/ |
D | asciidoctor.js | 42487 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/ |
D | asciidoctor.js | 42739 AbstractBlock.prototype.hasSubstitution = function (substitution) { argument 42740 return this['$sub?'](substitution) 42748 AbstractBlock.prototype.removeSubstitution = function (substitution) { argument 42749 this.$remove_sub(substitution)
|