[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

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

(no description)

Copyright: Copyright (c) 2010-2022 The s9e authors
License: http://www.opensource.org/licenses/mit-license.php The MIT License
File Size: 107 lines (3 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: string $shortRegexp Regexp used for the short form syntax
param: string $longRegexp  Regexp used for the long form syntax
return: void

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

This syntax is supported by RDiscount

param: integer $pos Position of the first relevant character
return: void

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

This syntax is supported by most implementations that support superscript

param: integer $pos Position of the first relevant character
return: void



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1