| /template/strap/vendor/symfony/polyfill-mbstring/ |
| H A D | bootstrap.php | 19 …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 D | bootstrap80.php | 15 …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/twigstarter/vendor/symfony/polyfill-mbstring/ |
| D | bootstrap.php | 19 …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 …]
|
| D | bootstrap80.php | 15 …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 D | StringUtility.php | 40 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 D | Template.php | 34 public function __construct($string = null) 43 public static function create($string): Template
|
| H A D | PageSql.php | 38 public static function create(string $string, MarkupPath $contextualPage = null): PageSql argument
|
| H A D | Slug.php | 33 public static function toSlugPath($string): string
|
| H A D | Html.php | 38 public static function toHtmlId($string): string
|
| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | HandlebarsString.php | 21 private $string = ""; variable in Handlebars\\HandlebarsString 28 public function __construct($string) 60 public function setString($string)
|
| /template/twigstarter/vendor/symfony/polyfill-php72/ |
| D | bootstrap.php | 41 function utf8_encode($string) { return p\Php72::utf8_encode($string); } 44 function utf8_decode($string) { return p\Php72::utf8_decode($string); } 50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); } 56 …function mb_scrub($string, $encoding = null) { $encoding = null === $encoding ? mb_internal_encodi…
|
| /template/mikio/inc/ |
| H A D | parens-parser.php | 13 protected $string = null; variable in ParensParser 19 public function parse($string)
|
| /template/twigstarter/vendor/twig/twig/src/ |
| D | Compiler.php | 99 public function raw($string) 127 public function string($value) function in Twig\\Compiler
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | CoreExtension.php | 996 function twig_trim_filter($string, $characterMask = null, $side = 'both') 1021 function twig_nl2br($string) 1045 function twig_convert_encoding($string, $to, $from) 1093 function twig_upper_filter(Environment $env, $string) 1105 function twig_lower_filter(Environment $env, $string) 1118 function twig_striptags($string, $allowable_tags = null) 1130 function twig_title_string_filter(Environment $env, $string) 1146 function twig_capitalize_string_filter(Environment $env, $string)
|
| D | EscaperExtension.php | 156 function twig_raw_filter($string) 171 function twig_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoes…
|
| /template/strap/ComboStrap/Xml/ |
| H A D | XmlElement.php | 198 …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/ComboStrap/Web/ |
| H A D | Sanitizer.php | 51 private static function logAndReturnTheEmptyString(string $string, $canonical): string argument
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/ |
| H A D | StringUtils.php | 15 public static function escapeWhitespace(string $string, bool $escapeSpaces = false) : string argument
|
| /template/strap/vendor/dragonmantank/cron-expression/src/Cron/ |
| H A D | DayOfWeekField.php | 133 private function convertLiterals($string)
|
| /template/strap/vendor/carica/phpcss/src/PhpCss/ |
| H A D | Scanner.php | 55 public function scan(array &$target, string $string, int $offset = 0): int { argument
|
| /template/strap/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/ |
| H A D | Xpath.php | 159 private function add(string $string): void { argument 694 private function strToLower(string $string): string { argument
|
| /template/strap/vendor/carica/phpcss/src/PhpCss/Parser/ |
| H A D | PseudoClass.php | 204 private function createPseudoClassPosition($string): Ast\Value\Position {
|
| /template/kajukkk/ |
| D | newpage.php | 100 function myUrlEncode($string) {
|
| /template/gtopia/ |
| D | TwitterAPIExchange.php | 85 public function setGetfield($string)
|
| /template/strap/syntax/ |
| H A D | variable.php | 38 …public static function replaceVariablesWithValuesFromContext(string $string, array $contextData = … argument
|