Home
last modified time | relevance | path

Searched refs:ws (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php153 $ws = strspn($this->file->body, "\x09\x0A\x0B\x0C\x0D\x20");
154 if (strtolower(substr($this->file->body, $ws, 14)) === '<!doctype html'
155 || strtolower(substr($this->file->body, $ws, 5)) === '<html'
156 || strtolower(substr($this->file->body, $ws, 7)) === '<script') {
/dokuwiki/inc/Parsing/ParserMode/
H A DQuotes.php12 $ws = '\s/\#~:+=&%@\-\x28\x29\]\[{}><"\''; // whitespace
17 "(?<=^|[$ws])'(?=[^$ws$punc])",
22 "(?<=^|[^$ws]|[$punc])'(?=$|[$ws$punc])",
27 "(?<=^|[^$ws$punc])'(?=$|[^$ws$punc])",
34 "(?<=^|[$ws])\"(?=[^$ws$punc])",