[ Index ]

PHP Cross Reference of phpBB-3.2.11-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Plugins/Litedown/Parser/Passes/ -> AbstractScript.js (summary)

(no description)

File Size: 73 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 3 functions

  parseAbstractScript()
  parseLongForm()
  parseShortForm()

Functions
Functions that are not part of a class:

parseAbstractScript(tagName, syntaxChar, shortRegexp, longRegexp)   X-Ref

param: {string}  tagName     Name of the tag used by this pass
param: {string}  syntaxChar  Relevant character used by this syntax
param: {!RegExp} shortRegexp Regexp used for the short form syntax
param: {!RegExp} longRegexp  Regexp used for the long form syntax

parseLongForm(pos)   X-Ref
Parse the long form x^(x)

This syntax is supported by RDiscount

param: {number} pos Position of the first relevant character

parseShortForm(pos)   X-Ref
Parse the short form x^x and x^x^

This syntax is supported by most implementations that support superscript

param: {number} pos Position of the first relevant character



Generated: Wed Nov 11 20:33:01 2020 Cross-referenced by PHPXref 0.7.1