Home
last modified time | relevance | path

Searched refs:string (Results 1 – 25 of 552) sorted by relevance

12345678910>>...23

/template/twigstarter/vendor/symfony/polyfill-mbstring/
Dbootstrap80.php15string|null $string, ?string $to_encoding, array|string|null $from_encoding = null): array|string|… argument
18 …function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((… argument
21string $string, ?string $charset = null, ?string $transfer_encoding = null, ?string $newline = "\r… argument
24 …numericentity(?string $string, array $map, ?string $encoding = null): string { return p\Mbstring::… argument
27 …ity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\… argument
30 …n mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p\Mbstri… argument
33 …function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_inter…
36 …function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($lang…
42 …function mb_encoding_aliases(?string $encoding): array { return p\Mbstring::mb_encoding_aliases((s…
45 …function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { retu…
[all …]
Dbootstrap.php19 …function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb… argument
22 function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); } argument
25 …meheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { re… argument
28 …function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_n… argument
31 …n mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_e… argument
34 …function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($s… argument
52 …function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_d… argument
58 …function mb_parse_str($string, &$result = []) { parse_str($string, $result); return (bool) $result… argument
61 …function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); } argument
67 …function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $enc… argument
[all …]
/template/strap/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php15string|null $string, ?string $to_encoding, array|string|null $from_encoding = null): array|string|… argument
18 …function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((… argument
21string $string, ?string $charset = null, ?string $transfer_encoding = null, ?string $newline = "\r… argument
24 …numericentity(?string $string, array $map, ?string $encoding = null): string { return p\Mbstring::… argument
27 …ity(?string $string, array $map, ?string $encoding = null, ?bool $hex = false): string { return p\… argument
30 …n mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p\Mbstri… argument
33 …function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_inter…
36 …function mb_language(?string $language = null): string|bool { return p\Mbstring::mb_language($lang…
42 …function mb_encoding_aliases(?string $encoding): array { return p\Mbstring::mb_encoding_aliases((s…
45 …function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { retu…
[all …]
H A Dbootstrap.php19 …function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb… argument
22 function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); } argument
25 …meheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { re… argument
28 …function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_n… argument
31 …n mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_e… argument
34 …function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($s… argument
52 …function mb_detect_encoding($string, $encodings = null, $strict = false) { return p\Mbstring::mb_d… argument
58 …function mb_parse_str($string, &$result = []) { parse_str($string, $result); return (bool) $result… argument
61 …function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); } argument
67 …function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $enc… argument
[all …]
/template/strap/ComboStrap/
H A DStringUtility.php25 static function truncateString($myString, $length): string
40 public static function normalized($string) argument
42 return str_replace("\n", "", $string);
72 $string = var_export($value, true);
75 $lastCharacterIndex = strlen($string) - 1;
76 if ($string[0] === "'" && $string[$lastCharacterIndex] === "'") {
77 $string = substr($string, 1, strlen($string) - 2);
79 return $string;
98 $string = var_export($value, true);
99 …LogUtility::msg("The type of the value ($string) is unknown and could not be properly cast to stri…
[all …]
H A DHtml.php19 public static function validNameGuard(string $name)
38 public static function toHtmlId($string): string argument
46 $string = str_replace(array(':', '.'), '', $string);
47 return sectionID($string, $check);
76 public static function encode($text): string
98 public static function decode($int): string
103 …SeparatedByBlank(string $expected, string $actual, string $expectedName = "expected class", string
127 public static function getDiffBetweenSrcSet(string $expected, string $actual)
171 public static function getDiffBetweenUrlStrings(string $expected, string $actual)
199 public static function mergeClassNames(string $newNames, ?string $actualNames): string
H A DLocale.php15 private string $separator = "_";
17 public static function createForPage(MarkupPath $page, string $separator = "_"): Locale
24 static public function getTab(): string
29 static public function getDescription(): string
34 static public function getLabel(): string
42 public function getValue(): string
59 public static function getName(): string
64 static public function getPersistenceType(): string
77 public function getDefaultValue(): string
86 static public function getCanonical(): string
[all …]
H A DPageUrlPath.php74 static public function getTab(): string
79 public function getValue(): string
105 public function getValueOrDefault(): string
116 static public function getDescription(): string
121 static public function getLabel(): string
126 static public function getName(): string
131 static public function getPersistenceType(): string
144 public function getDefaultValue(): string
152 static public function getCanonical(): string
159 function toPermanentUrlPath(string $id): string
[all …]
H A DSnippetSystem.php70 public static function toHtmlFromSnippetArray(array $snippets): string
133 function getSlotSnippetsFromJsonArray(array $array, string $slot): ?array
152 function &attachCssInternalStyleSheet($componentId, string $script = null): Snippet
167 public function attachJavascriptFromComponentId($componentId, string $script = null): Snippet
242 …function attachJavascriptComboResourceForSlot(string $snippetId, string $pathFromComboDrive, strin…
272 …public function attachSnippetFromComboResourceDrive(string $pathFromComboDrive, string $componentI…
286 …function attachRemoteJavascriptLibrary(string $componentId, string $url, string $integrity = null)…
303 …function attachRemoteJavascriptLibraryFromLiteral(string $componentId, string $url, string $integr…
326 …function attachRemoteCssStyleSheet(string $componentId, string $url, string $integrity = null): Sn…
345 …function attachRemoteCssStyleSheetFromLiteral(string $componentId, string $url, string $integrity …
[all …]
H A DInterWiki.php22 private string $name;
23 private string $ref;
25 private ?string $urlWithoutFragment = null;
27 private ?string $fragment = null;
29 private string $markupType;
35 public function __construct(string $interWikiRef, string $markupType)
53 public static function addInterWiki(string $name, string $value)
62 public static function createMediaInterWikiFromString(string $ref): InterWiki
70 public static function getComponentClass(): string
178 public static function createLinkInterWikiFromString(string $interWikiRef): InterWiki
[all …]
H A DSlug.php20 static public function getCanonical(): string
33 public static function toSlugPath($string): string argument
35 if (empty($string)) throw new ExceptionNull("The slug value should not be empty");
38 $parts = explode(WikiPath::NAMESPACE_SEPARATOR_DOUBLE_POINT, $string);
57 static public function getTab(): string
62 static public function getDescription(): string
67 static public function getLabel(): string
93 static public function getName(): string
98 static public function getPersistenceType(): string
111 public function getDefaultValue(): string
H A DPath.php27 public static function createFromUri(string $uri): Path;
33 function getExtension(): string;
39 function getLastNameWithoutExtension(): string;
53 function getLastName(): string;
86 function toAbsoluteId(): string;
91 function toUriString(): string;
114 function resolve(string $name): Path;
127 function getHost(): string;
H A DLogUtility.php81 …public static function msg(string $message, int $level = self::LVL_MSG_ERROR, string $canonical = …
128 …static function log2file(?string $msg, int $logLevel = self::LVL_MSG_ERROR, ?string $canonical = s…
170 …public static function log2FrontEnd($message, $level, string $canonical = self::SUPPORT_CANONICAL,…
286 private static function messageNotEmpty(?string $message)
306 public static function wrapInRedForHtml(string $message): string
334 …public static function error(string $message, string $canonical = self::SUPPORT_CANONICAL, \Except…
339 …public static function warning(string $message, string $canonical = self::SUPPORT_CANONICAL, \Exce…
344 …public static function info(string $message, string $canonical = self::SUPPORT_CANONICAL, \Excepti…
388 …public static function internalError(string $message, string $canonical = "support", Throwable $pr…
409 …public static function debug(string $message, string $canonical = self::SUPPORT_CANONICAL, $e = nu…
[all …]
H A DLang.php120 * @param string $string
123 public static function setDirection(string $string) argument
126 $lang["direction"] = $string;
129 public static function createFromValue(string $langValue): Lang
136 static public function getTab(): ?string
144 public function getValueOrDefault(): string
177 static public function getDescription(): string
182 static public function getLabel(): string
187 public static function getName(): string
192 static public function getPersistenceType(): string
[all …]
H A DResourceName.php28 public static function getFromPath(Path $path): string
48 public static function getTab(): string
53 public static function getDescription(): string
60 public static function getLabel(): string
65 static public function getName(): string
70 public static function getPersistenceType(): string
83 public function getDefaultValue(): string
114 public static function getCanonical(): string
122 public function getValueOrDefault(): string
H A DDisqusIdentifier.php27 static public function getTab(): ?string
33 static public function getDescription(): string
38 static public function getLabel(): string
43 public static function getName(): string
48 static public function getPersistenceType(): string
58 public function getDefaultValue(): ?string
65 static public function getCanonical(): string
/template/twigstarter/vendor/twig/twig/src/Extension/
DEscaperExtension.php123 public function addSafeClass(string $class, array $strategies)
152 * @param string $string A PHP variable
156 function twig_raw_filter($string) argument
158 return $string;
164 * @param mixed $string The value to be escaped
171 function twig_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoes… argument
173 if ($autoescape && $string instanceof Markup) {
174 return $string;
177 if (!\is_string($string)) {
178 if (\is_object($string) && method_exists($string, '__toString')) {
[all …]
/template/strap/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DStringUtils.php15 public static function escapeWhitespace(string $string, bool $escapeSpaces = false) : string argument
17 if ($string === '') {
18 return $string;
21 $string = \str_replace(["\n", "\r", "\t"], ['\n', '\r', '\t'], $string);
24 $string = \preg_replace('/ /', "\u00B7", $string);
27 return $string ?? '';
30 public static function char(int $code) : string
35 public static function codePoint(string $code) : int
/template/strap/ComboStrap/Xml/
H A DXmlElement.php43 public function getAttribute(string $qualifiedName): string
48 public function getClass(): string
102 public function querySelectorAll(string $selector): array
114 public function getXmlTextNormalized(): string
140 public function getStyle(): string
154 public function querySelector(string $selector): XmlElement
168 public function addClass(string $class): XmlElement
175 public function setAttribute(string $name, string $value): XmlElement
181 public function hasAttribute(string $name): bool
193 * @param string $string - the text
[all …]
/template/strap/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebarsString.php21 private $string = ""; variable in Handlebars\\HandlebarsString
26 * @param string $string input source
28 public function __construct($string) argument
30 $this->setString($string);
50 return $this->string;
56 * @param string $string input source
60 public function setString($string) argument
62 $this->string = $string;
/template/mikio/inc/
H A Dparens-parser.php13 protected $string = null; variable in ParensParser
19 public function parse($string) argument
21 if (!$string) {
26 if ($string[0] == '[') {
28 $string = substr($string, 1, -1);
34 $this->string = $string;
35 $this->length = strlen($this->string);
38 switch ($this->string[$this->position]) {
78 … $buffer = substr($this->string, $this->buffer_start, $this->position - $this->buffer_start);
/template/strap/ComboStrap/Web/
H A DUrl.php76 private ?string $path = null;
77 private ?string $scheme = null;
78 private ?string $host = null;
79 private ?string $fragment = null;
96 public function __construct(string $url = null)
172 …lic static function encodeToUrlPath($string, string $separator = WikiPath::NAMESPACE_SEPARATOR_DOU… argument
174 $parts = explode($separator, $string);
262 public static function toUrlSeparator(string $pathString)
291 public function getPropertyValue($propertyName): string
303 public static function createFromString(string $url): Url
[all …]
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DNameExpression.php25 public function __construct(string $name, int $lineno)
42 ->string($name)
48 ->string($name)
50 ->string($name)
59 ->string($name)
66 ->string($name)
72 ->string($name)
74 ->string($name)
76 ->string($name)
78 ->string($name)
/template/strap/vendor/symfony/polyfill-php80/
H A Dbootstrap.php26 function preg_last_error_msg(): string { return p\Php80::preg_last_error_msg(); }
29 …function str_contains(?string $haystack, ?string $needle): bool { return p\Php80::str_contains($ha…
32 …function str_starts_with(?string $haystack, ?string $needle): bool { return p\Php80::str_starts_wi…
35 …function str_ends_with(?string $haystack, ?string $needle): bool { return p\Php80::str_ends_with($…
38 function get_debug_type($value): string { return p\Php80::get_debug_type($value); }
/template/strap/ComboStrap/Meta/Field/
H A DPageH1.php28 public static function getTab(): string
33 public static function getDescription(): string
38 public static function getLabel(): string
43 static public function getName(): string
48 public static function getPersistenceType(): string
62 public function getDefaultValue(): string
91 public function getValueOrDefault(): string
101 public static function getCanonical(): string
106 public function setDefaultValue(string $defaultValue): PageH1

12345678910>>...23