Searched refs:_whitespace (Results 1 – 4 of 4) sorted by relevance
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/ |
D | DirectLex.php | 24 protected $_whitespace = "\x20\x09\x0D\x0A"; variable in HTMLPurifier_Lexer_DirectLex 269 $position_first_space = strcspn($segment, $this->_whitespace); 451 $cursor += ($value = strspn($string, $this->_whitespace, $cursor)); 457 $cursor += strcspn($string, $this->_whitespace . '=', $cursor); 467 … $cursor += 1 + strcspn($string, $this->_whitespace, $cursor + 1); // prevent infinite loop 472 $cursor += strspn($string, $this->_whitespace, $cursor); 487 $cursor += strspn($string, $this->_whitespace, $cursor); 507 $cursor += strcspn($string, $this->_whitespace, $cursor);
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 4.4.js | 1 …_whitespace()){if(!this.ignoreWhitespace)return this.finishToken(e,r.Whitespace)}else{if(!this.com… method in e
|
D | 2.2.js | 28489 if (this._whitespace()) { 28638 Scanner.prototype._whitespace = function () {
|
D | 2.2.js.map | 1 …_whitespace()) {\n if (!this.ignoreWhitespace) {\n return this.f…
|