Home
last modified time | relevance | path

Searched refs:char (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/idn/
H A Didna_convert.class.php311 // Skip first char
389 $char = $this->_initial_n;
402 $char += (int) ($idx / ($deco_len + 1));
405 // Make room for the decoded char
410 $decoded[$idx++] = $char;
645 function _hangul_decompose($char) argument
647 $sindex = (int) $char - $this->_sbase;
649 return array($char);
671 $result[] = $last; // copy first char from input to output
674 $char
707 _get_combining_class($char) global() argument
[all...]
/dokuwiki/conf/
H A Dacl.auth.php.dist10 # If your auth backend allows special char like spaces in groups
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php1987 $symbol_preg_multi = array(); // multi char symbols
1988 $symbol_preg_single = array(); // single char symbols
1997 } else { // single char
2016 } else { // single char
2397 //preload the escape char for faster checking ...
2489 // Get the next char
2490 $char = $part[$i];
2532 if (isset($is_string_starter[$char])) {
2537 if (is_array($is_string_starter[$char])) {
2539 foreach ($is_string_starter[$char] a
[all...]
/dokuwiki/inc/
H A DPassHash.php333 foreach ($charArr as $char) {
334 if (($char == '') || ($char == ' ') || ($char == '\t')) continue;
335 $charVal = ord($char);
H A Dcommon.php1190 // we need the callback to work around strftime's char limit
1557 * @param string $char backslashed character
1560 function unslash($string, $char = "'")
1562 return str_replace('\\' . $char, $char, $string);
1618 * @param string $char the shortening character to use
1621 function shorten($keep, $short, $max, $min = 9, $char = '…')
1630 $char .
1540 unslash($string, $char = ''') global() argument
1598 shorten($keep, $short, $max, $min = 9, $char = '…') global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php440 * @param string $char
443 private function processCoordinate(\stdClass $last_attr, \stdClass $cur_attr, $char)
489 $output .= htmlspecialchars($char);
466 _processCoordinate($last_attr, $cur_attr, $char) global() argument
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG151 * Symbol and char literal handling for Scala (Paul Butcher, BenBE)
359 * Fixed escape char regexp for C-style languages (BenBE)
374 - Fixed a problem where HardEscapes weren't working when no escape char was given (BenBE)
531 * Fixed escape char support when an escape char is followed by multi-byte chars (SF#2037598, BenBE)
542 expressions used as delimiters inside keywords instead of a simple char group (BenBE)
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php