[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Parser/ -> FilterProcessing.js (summary)

(no description)

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

Defines 6 functions

  executeAttributePreprocessors()
  filterAttributes()
  filterTag()
  executeAttributeFilterChain()
  executeAttributePreprocessor()
  getNamedCaptures()

Functions
Functions that are not part of a class:

executeAttributePreprocessors(tag, tagConfig)   X-Ref
Execute all the attribute preprocessors of given tag

param: {!Tag}    tag       Source tag
param: {!Object} tagConfig Tag's config

filterAttributes(tag, tagConfig, registeredVars, logger)   X-Ref
Filter the attributes of given tag

param: {!Tag}    tag            Tag being checked
param: {!Object} tagConfig      Tag's config
param: {!Object} registeredVars Unused
param: {!Logger} logger         This parser's Logger instance

filterTag(tag)   X-Ref
Execute a tag's filterChain

param: {!Tag} tag Tag to filter

executeAttributeFilterChain(filterChain, attrName, attrValue)   X-Ref
Execute an attribute's filterChain

param: {!Array} filterChain Attribute's filterChain
param: {string} attrName    Attribute's name
param: {*}      attrValue   Original value
return: {*}                  Filtered value

executeAttributePreprocessor(tag, attrName, regexp, map)   X-Ref
Execute an attribute preprocessor

param: {!Tag}           tag
param: {string}         attrName
param: {!RegExp}        regexp
param: {!Array<string>} map

getNamedCaptures(attrValue, regexp, map)   X-Ref
Execute a regexp and return the values of the mapped captures

param: {string}                 attrValue
param: {!RegExp}                regexp
param: {!Array<string>}         map
return: {!Object<string,string>}



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