Home
last modified time | relevance | path

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

/dokuwiki/conf/
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/
DEntities.php127 * @param string $chars Characters to consume
130 public function consume_range($chars) argument
132 if ($len = strspn($this->data, $chars, $this->position)) {
/dokuwiki/inc/lang/el/
Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/et/
Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/ar/
Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/cy/
Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/nl/
Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/id/
Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/en/
Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/fa/
Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/ca-valencia/
Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/az/
Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/da/
Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/Parsing/Lexer/
DLexer.php307 $chars = [
347 return preg_replace($chars, $escaped, $str);
/dokuwiki/inc/lang/fo/
Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/lang/de-informal/
Dstopwords.txt3 # No need to include words shorter than 3 chars - these are ignored anyway
/dokuwiki/inc/
DPassHash.php138 $chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
140 $salt .= $chars[$this->random(0, 61)];
/dokuwiki/vendor/splitbrain/lesserphp/src/
DParser.php1051 $chars = '^@,:;{}\][>\(\) "\'';
1052 else $chars = '^@,;{}["\'';
1066 if ($this->match('([' . $chars . '0-9][' . $chars . ']*)', $m)) {
/dokuwiki/vendor/geshi/geshi/
DCHANGELOG165 * Fix a problem with Delphi/Pascal regarding hex numbers/chars (BenBE)
198 - Added '-' to list of RX chars that require explicit escaping (SF#3056454, BenBE)
223 * Escape chars in C++/C++Qt handled incorrectly (SF#3122706, C. Pötsch)
364 * Changed allowed chars around Powershell operators (SF#2688863, BenBE)
453 - Fixed broken Escape chars if classes were disabled
533 …* Fixed escape char support when an escape char is followed by multi-byte chars (SF#2037598, BenBE)
623 …- Fixed a problem that rarely skipped highlighting of escaped chars which usually should have got…