Home
last modified time | relevance | path

Searched refs:chars (Results 1 – 19 of 19) sorted by relevance

/dokuwiki/conf/
H A Dacl.auth.php.dist11 # or user names you need to urlencode them (only chars <128, leave
12 # UTF-8 multibyte chars as is)
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Decode/HTML/
H A DEntities.php128 * @param string $chars Characters to consume
131 public function consume_range($chars) argument
133 if ($len = strspn($this->data, $chars, $this->position)) {
/dokuwiki/inc/lang/el/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/et/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/ar/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/cy/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/id/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/nl/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/en/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/fa/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/ca-valencia/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/da/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/az/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/Parsing/Lexer/
H A DLexer.php307 $chars = [
347 return preg_replace($chars, $escaped, $str);
/dokuwiki/inc/lang/fo/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/de-informal/
H A Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/
H A DPassHash.php135 $chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
137 $salt .= $chars[$this->random(0, 61)];
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG163 * Fix a problem with Delphi/Pascal regarding hex numbers/chars (BenBE)
196 - Added '-' to list of RX chars that require explicit escaping (SF#3056454, BenBE)
221 * Escape chars in C++/C++Qt handled incorrectly (SF#3122706, C. Pötsch)
362 * Changed allowed chars around Powershell operators (SF#2688863, BenBE)
451 - Fixed broken Escape chars if classes were disabled
531 * Fixed escape char support when an escape char is followed by multi-byte chars (SF#2037598, BenBE)
621 - Fixed a problem that rarely skipped highlighting of escaped chars which usually should have gotten highlighted (BenBE)
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php