Searched refs:chars (Results 1 – 19 of 19) sorted by relevance
/dokuwiki/conf/ |
D | acl.auth.php.dist | 11 # 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/ |
D | Entities.php | 127 * @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/ |
D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
/dokuwiki/inc/lang/et/ |
D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
/dokuwiki/inc/lang/ar/ |
D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
/dokuwiki/inc/lang/cy/ |
D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
/dokuwiki/inc/lang/nl/ |
D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
/dokuwiki/inc/lang/id/ |
D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
/dokuwiki/inc/lang/en/ |
D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
/dokuwiki/inc/lang/fa/ |
D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
/dokuwiki/inc/lang/ca-valencia/ |
D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
/dokuwiki/inc/lang/az/ |
D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
/dokuwiki/inc/lang/da/ |
D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
/dokuwiki/inc/Parsing/Lexer/ |
D | Lexer.php | 307 $chars = [ 347 return preg_replace($chars, $escaped, $str);
|
/dokuwiki/inc/lang/fo/ |
D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
/dokuwiki/inc/lang/de-informal/ |
D | stopwords.txt | 3 # No need to include words shorter than 3 chars - these are ignored anyway
|
/dokuwiki/inc/ |
D | PassHash.php | 138 $chars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789'; 140 $salt .= $chars[$this->random(0, 61)];
|
/dokuwiki/vendor/splitbrain/lesserphp/src/ |
D | Parser.php | 1051 $chars = '^@,:;{}\][>\(\) "\''; 1052 else $chars = '^@,;{}["\''; 1066 if ($this->match('([' . $chars . '0-9][' . $chars . ']*)', $m)) {
|
/dokuwiki/vendor/geshi/geshi/ |
D | CHANGELOG | 165 * 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…
|