Home
last modified time | relevance | path

Searched defs:string (Results 26 – 50 of 389) sorted by last modified time

12345678910>>...16

/plugin/combo/ComboStrap/
H A DLocalPath.php169 createFromPathString(string $string, string $sep = null) global() argument
[all...]
H A DPageSql.php38 public static function create(string $string, MarkupPath $contextualPage = null): PageSql argument
H A DIso8601Date.php244 public function format($string): string argument
[all...]
H A DPluginUtility.php198 public static function parseAttributes($string) argument
[all...]
H A DSqliteRequest.php143 setQuery(string $string) global() argument
[all...]
H A DStringUtility.php40 public static function normalized($string) argument
125 rtrim(& $doc, $string) global() argument
146 ltrim(& $doc, $string) global() argument
223 endWiths($string, $suffix) global() argument
229 explodeAndTrim($string, $delimiter = ',') global() argument
243 startWiths($string, $prefix) global() argument
253 getWords($string, $separatorsCharacters = null) global() argument
[all...]
H A DHtml.php36 toHtmlId($string) global() argument
[all...]
H A DSite.php227 public static function setXhtmlRenderer(string $string) argument
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DCss.php239 private function quoteString(string $string): string { argument
H A DXpath.php159 private function add(string $string) argument
694 strToLower(string $string) global() argument
[all...]
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebarsString.php21 private $string = ""; variable in Handlebars\\HandlebarsString
28 public function __construct($string) argument
60 setString($string) global() argument
[all...]
H A DHelpers.php745 underscoreToCamelCase($string) global() argument
765 extractSlice($string) global() argument
[all...]
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DDayOfWeekField.php133 private function convertLiterals($string) argument
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php542 mb_str_split($string, $split_length = 1, $encoding = null) global() argument
[all...]
H A Dbootstrap.php19 function mb_convert_encoding($string, $to_encoding, $from_encoding = null) { return p\Mbstring::mb_convert_encoding($string, $to_encoding, $from_encoding); } argument
22 function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); } argument
25 function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { return p\Mbstring::mb_encode_mimeheader($string, $charset, $transfer_encoding, $newline, $indent); } argument
28 function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_numericentity($string, $map, $encoding); } argument
31 function mb_encode_numericentity($string, $map, $encoding = null, $hex = false) { return p\Mbstring::mb_encode_numericentity($string, argument
34 mb_convert_case($string, $mode, $encoding = null) global() argument
52 mb_detect_encoding($string, $encodings = null, $strict = false) global() argument
58 mb_parse_str($string, & $result = []) global() argument
61 mb_strlen($string, $encoding = null) global() argument
67 mb_strtolower($string, $encoding = null) global() argument
70 mb_strtoupper($string, $encoding = null) global() argument
76 mb_substr($string, $start, $length = 2147483647, $encoding = null) global() argument
106 mb_strwidth($string, $encoding = null) global() argument
112 mb_output_handler($string, $status) global() argument
123 mb_ord($string, $encoding = null) global() argument
129 mb_scrub($string, $encoding = null) global() argument
132 mb_str_split($string, $length = 1, $encoding = null) global() argument
[all...]
H A Dbootstrap80.php15 function mb_convert_encoding(array|string|null $string, ?string $to_encoding, array|string|null $from_encoding = null): array|string|false { return p\Mbstring::mb_convert_encoding($string ?? '', (string) $to_encoding, $from_encoding); } argument
18 function mb_decode_mimeheader(?string $string): string { retur argument
21 mb_encode_mimeheader(string $string, string $charset = null, string $transfer_encoding = null, string $newline = 'rn', int $indent = 0) global() argument
24 mb_decode_numericentity(string $string, array $map, string $encoding = null) global() argument
27 mb_encode_numericentity(string $string, array $map, string $encoding = null, bool $hex = false) global() argument
30 mb_convert_case(string $string, int $mode, string $encoding = null) global() argument
48 mb_detect_encoding(string $string, array string null $encodings = null, bool $strict = false) global() argument
54 mb_parse_str(string $string, & $result = []) global() argument
57 mb_strlen(string $string, string $encoding = null) global() argument
63 mb_strtolower(string $string, string $encoding = null) global() argument
66 mb_strtoupper(string $string, string $encoding = null) global() argument
72 mb_substr(string $string, int $start, int $length = null, string $encoding = null) global() argument
102 mb_strwidth(string $string, string $encoding = null) global() argument
108 mb_output_handler(string $string, int $status) global() argument
119 mb_ord(string $string, string $encoding = null) global() argument
125 mb_scrub(string $string, string $encoding = null) global() argument
128 mb_str_split(string $string, int $length = 1, string $encoding = null) global() argument
[all...]
/plugin/combo/ComboStrap/Web/
H A DUrl.php154 encodeToUrlPath($string, string $separator = WikiPath NAMESPACE_SEPARATOR_DOUBLE_POINT) global() argument
[all...]
H A DSanitizer.php51 private static function logAndReturnTheEmptyString(string $string, $canonical): string argument
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php262 static function createXmlDocFromMarkup($string, $asHtml = false): XmlDocument argument
[all...]
H A DXmlElement.php198 insertAdjacentTextNode(string $string, string $position = 'afterbegin') global() argument
244 getAttributeOrDefault(string $string, string $default) global() argument
313 removeClass(string $string) global() argument
[all...]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4228 var propRepsMap={"boolean":this.propNumberTag,number:this.propNumberTag,string:this.propStringTag,object:this.propObjectTag}; global() property in AnonymousFunction4beb6123dd00.AnonymousFunction4beb6123ea00.propRepsMap
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DPseudoClass.php204 private function createPseudoClassPosition($string): Ast\Value\Position { argument
[all...]
/plugin/combo/syntax/
H A Dvariable.php38 public static function replaceVariablesWithValuesFromContext(string $string, array $contextData = null): string argument
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DScanner.php55 public function scan(array &$target, string $string, in argument
[all...]
/plugin/combo/ComboStrap/Meta/Form/
H A DFormMetaField.php376 function setDescription(string argument
[all...]

12345678910>>...16