Home
last modified time | relevance | path

Searched defs:string (Results 1 – 25 of 47) sorted by relevance

12

/template/twigstarter/vendor/symfony/polyfill-mbstring/
Dbootstrap80.php15 …rom_encoding = null): array|string|false { return p\Mbstring::mb_convert_encoding($string ?? '', (…
18 …function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((… argument
21 …function mb_encode_mimeheader(?string $string, ?string $charset = null, ?string $transfer_encoding… argument
24 …function mb_decode_numericentity(?string $string, array $map, ?string $encoding = null): string { … argument
27 …function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex… argument
30 …function mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p… argument
48 …function mb_detect_encoding(?string $string, array|string|null $encodings = null, ?bool $strict = … argument
54 …function mb_parse_str(?string $string, &$result = []): bool { parse_str((string) $string, $result)… argument
57 …function mb_strlen(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strlen(… argument
63 …function mb_strtolower(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_… argument
[all …]
Dbootstrap.php19 …function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb…
22 function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); }
25 …function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\…
28 …function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_n…
31 …function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstrin…
34 …function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($s…
52 …function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_d…
58 …function mb_parse_str($string, &$result = []) { parse_str($string, $result); return (bool) $result…
61 …function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); }
67 …function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $enc…
[all …]
DMbstring.php573 public static function mb_str_split($string, $split_length = 1, $encoding = null)
837 …public static function mb_str_pad(string $string, int $length, string $pad_string = ' ', int $pad_… argument
872 public static function mb_ucfirst(string $string, ?string $encoding = null): string argument
886 public static function mb_lcfirst(string $string, ?string $encoding = null): string argument
974 …public static function mb_trim(string $string, ?string $characters = null, ?string $encoding = nul… argument
979 …public static function mb_ltrim(string $string, ?string $characters = null, ?string $encoding = nu… argument
984 …public static function mb_rtrim(string $string, ?string $characters = null, ?string $encoding = nu… argument
989 …private static function mb_internal_trim(string $regex, string $string, ?string $characters, ?stri… argument
/template/strap/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php19 …function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb…
22 function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); }
25 …function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\…
28 …function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_n…
31 …function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstrin…
34 …function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($s…
52 …function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_d…
58 …function mb_parse_str($string, &$result = []) { parse_str($string, $result); return (bool) $result…
61 …function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); }
67 …function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $enc…
[all …]
H A Dbootstrap80.php15 …rom_encoding = null): array|string|false { return p\Mbstring::mb_convert_encoding($string ?? '', (…
18 …function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((… argument
21 …function mb_encode_mimeheader(?string $string, ?string $charset = null, ?string $transfer_encoding… argument
24 …function mb_decode_numericentity(?string $string, array $map, ?string $encoding = null): string { … argument
27 …function mb_encode_numericentity(?string $string, array $map, ?string $encoding = null, ?bool $hex… argument
30 …function mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p… argument
48 …function mb_detect_encoding(?string $string, array|string|null $encodings = null, ?bool $strict = … argument
54 …function mb_parse_str(?string $string, &$result = []): bool { parse_str((string) $string, $result)… argument
57 …function mb_strlen(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strlen(… argument
63 …function mb_strtolower(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_… argument
[all …]
/template/strap/ComboStrap/
H A DStringUtility.php40 public static function normalized($string)
125 public static function rtrim(&$doc, $string)
146 public static function ltrim(&$doc, $string)
223 public static function endWiths($string, $suffix)
229 public static function explodeAndTrim($string, $delimiter = ",")
243 public static function startWiths($string, $prefix)
253 public static function getWords($string, $separatorsCharacters = null): array
H A DTemplate.php34 public function __construct($string = null)
43 public static function create($string): Template
H A DPageSql.php38 public static function create(string $string, MarkupPath $contextualPage = null): PageSql argument
H A DSlug.php33 public static function toSlugPath($string): string
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebarsString.php21 private $string = ""; variable in Handlebars\\HandlebarsString
28 public function __construct($string)
60 public function setString($string)
/template/mikio/inc/
H A Dparens-parser.php13 protected $string = null; variable in ParensParser
19 public function parse($string)
/template/twigstarter/vendor/twig/twig/src/Resources/
Descaper.php22 function twig_raw_filter($string)
34 function twig_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoes…
Dcore.php263 function twig_trim_filter($string, $characterMask = null, $side = 'both')
275 function twig_nl2br($string)
299 function twig_convert_encoding($string, $to, $from)
323 function twig_upper_filter(Environment $env, $string)
335 function twig_lower_filter(Environment $env, $string)
347 function twig_striptags($string, $allowable_tags = null)
359 function twig_title_string_filter(Environment $env, $string)
371 function twig_capitalize_string_filter(Environment $env, $string)
/template/twigstarter/vendor/twig/twig/src/
DCompiler.php116 public function raw(string $string) argument
144 public function string(string $value) function in Twig\\Compiler
255 private function checkForEcho(string $string): void argument
/template/twigstarter/vendor/twig/twig/src/Runtime/
DEscaperRuntime.php100 …public function escape($string, string $strategy = 'html', ?string $charset = null, bool $autoesca…
338 private function convertEncoding(string $string, string $to, string $from) argument
/template/strap/ComboStrap/Web/
H A DSanitizer.php51 private static function logAndReturnTheEmptyString(string $string, $canonical): string argument
/template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DStringUtils.php15 public static function escapeWhitespace(string $string, bool $escapeSpaces = false) : string argument
/template/strap/ComboStrap/Xml/
H A DXmlElement.php198 …public function insertAdjacentTextNode(string $string, string $position = 'afterbegin'): XmlElement argument
244 public function getAttributeOrDefault(string $string, string $default): string argument
313 public function removeClass(string $string): XmlElement argument
/template/strap/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfWeekField.php133 private function convertLiterals($string)
/template/strap/vendor/carica/phpcss/src/PhpCss/
H A DScanner.php55 public function scan(array &$target, string $string, int $offset = 0): int { argument
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php1203 public static function trim($string, $characterMask = null, $side = 'both'): string|\Stringable
1227 public static function nl2br($string): string
1251 public static function convertEncoding($string, $to, $from): string
1299 public static function upper(string $charset, $string): string
1311 public static function lower(string $charset, $string): string
1324 public static function striptags($string, $allowable_tags = null): string
1336 public static function titleCase(string $charset, $string): string
1348 public static function capitalize(string $charset, $string): string
/template/strap/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php204 private function createPseudoClassPosition($string): Ast\Value\Position {
/template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php159 private function add(string $string): void { argument
694 private function strToLower(string $string): string { argument
/template/kajukkk/
Dnewpage.php100 function myUrlEncode($string) {
/template/gtopia/
DTwitterAPIExchange.php85 public function setGetfield($string)

12