[ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 187 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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() param: string $haystack Expression for the haystack part of the call param: string $needle Expression for the needle part of the call return: string |
parseEndsWith($string, $substring) X-Ref |
Convert a call to ends-with() param: string $string Expression for the string part of the call param: string $substring Expression for the substring part of the call return: string |
parseNotContains($haystack, $needle) X-Ref |
Convert a call to not(contains()) param: string $haystack Expression for the haystack part of the call param: string $needle Expression for the needle part of the call return: string |
parseNotEndsWith($string, $substring) X-Ref |
Convert a call to not(ends-with()) param: string $string Expression for the string part of the call param: string $substring Expression for the substring part of the call return: string |
parseNotStartsWith($string, $substring) X-Ref |
Convert a call to not(starts-with()) param: string $string Expression for the string part of the call param: string $substring Expression for the substring part of the call return: string |
parseStartsWith($string, $substring) X-Ref |
Convert a call to starts-with() param: string $string Expression for the string part of the call param: string $substring Expression for the substring part of the call return: string |
parseStringLength($expr = '.') X-Ref |
Convert a call to string-length() param: string $expr return: string |
generateContains($haystack, $needle, $bool) X-Ref |
Generate the code for a call to contains() 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 return: string |
generateEndsWith($string, $substring, $bool) X-Ref |
Generate the code for a call to ends-with() 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 return: string |
generateEndsWithLiteral($string, $substring, $bool) X-Ref |
Generate the code for a call to ends-with() where the second argument is a literal 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 return: string |
generateEndsWithExpression($string, $substring, $bool) X-Ref |
Generate the code for a call to ends-with() 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 return: string |
generateStartsWith($string, $substring, $bool) X-Ref |
Generate the code for a call to starts-with() 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 return: string |
Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |