[ Index ]

PHP Cross Reference of phpBB-3.3.11-deutsch

title

Body

[close]

/vendor/s9e/text-formatter/src/Configurator/RendererGenerators/PHP/XPathConvertor/Convertors/ -> SingleByteStringFunctions.php (summary)

(no description)

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

Defines 1 class

SingleByteStringFunctions:: (13 methods):
  getMatchers()
  parseContains()
  parseEndsWith()
  parseNotContains()
  parseNotEndsWith()
  parseNotStartsWith()
  parseStartsWith()
  parseStringLength()
  generateContains()
  generateEndsWith()
  generateEndsWithLiteral()
  generateEndsWithExpression()
  generateStartsWith()


Class: SingleByteStringFunctions  - X-Ref


getMatchers()   X-Ref
{@inheritdoc}


parseContains($haystack, $needle)   X-Ref
Convert a call to contains()

return: string
param: string $haystack Expression for the haystack part of the call
param: string $needle   Expression for the needle part of the call

parseEndsWith($string, $substring)   X-Ref
Convert a call to ends-with()

return: string
param: string $string    Expression for the string part of the call
param: string $substring Expression for the substring part of the call

parseNotContains($haystack, $needle)   X-Ref
Convert a call to not(contains())

return: string
param: string $haystack Expression for the haystack part of the call
param: string $needle   Expression for the needle part of the call

parseNotEndsWith($string, $substring)   X-Ref
Convert a call to not(ends-with())

return: string
param: string $string    Expression for the string part of the call
param: string $substring Expression for the substring part of the call

parseNotStartsWith($string, $substring)   X-Ref
Convert a call to not(starts-with())

return: string
param: string $string    Expression for the string part of the call
param: string $substring Expression for the substring part of the call

parseStartsWith($string, $substring)   X-Ref
Convert a call to starts-with()

return: string
param: string $string    Expression for the string part of the call
param: string $substring Expression for the substring part of the call

parseStringLength($expr = '.')   X-Ref
Convert a call to string-length()

return: string
param: string $expr

generateContains($haystack, $needle, $bool)   X-Ref
Generate the code for a call to contains()

return: string
param: string $haystack Expression for the haystack part of the call
param: string $needle   Expression for the needle part of the call
param: bool   $bool     Return value for a positive match

generateEndsWith($string, $substring, $bool)   X-Ref
Generate the code for a call to ends-with()

return: string
param: string $string    Expression for the string part of the call
param: string $substring Expression for the substring part of the call
param: bool   $bool      Return value for a positive match

generateEndsWithLiteral($string, $substring, $bool)   X-Ref
Generate the code for a call to ends-with() where the second argument is a literal string

return: string
param: string $string    Expression for the string part of the call
param: string $substring Expression for a literal substring
param: bool   $bool      Return value for a positive match

generateEndsWithExpression($string, $substring, $bool)   X-Ref
Generate the code for a call to ends-with()

return: string
param: string $string    Expression for the string part of the call
param: string $substring Expression for the substring part of the call
param: bool   $bool      Return value for a positive match

generateStartsWith($string, $substring, $bool)   X-Ref
Generate the code for a call to starts-with()

return: string
param: string $string    Expression for the string part of the call
param: string $substring Expression for the substring part of the call
param: bool   $bool      Return value for a positive match



Generated: Sat Nov 4 14:26:03 2023 Cross-referenced by PHPXref 0.7.1