Home
last modified time | relevance | path

Searched refs:charsWhile (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/drupal8/drupal-8.9.20/vendor/masterminds/html5/src/HTML5/Parser/
H A DScanner.php121 return $this->is->charsWhile(static::CHARS_HEX);
134 return $this->is->charsWhile(static::CHARS_ALPHA);
147 return $this->is->charsWhile(static::CHARS_ALNUM);
160 return $this->is->charsWhile('0123456789');
170 return $this->is->charsWhile("\n\t\f ");
194 public function charsWhile($mask) function in Masterminds\\HTML5\\Parser\\Scanner
196 return $this->is->charsWhile($mask);
H A DInputStream.php73 public function charsWhile($bytes, $max = null); function
H A DTokenizer.php369 …$name = $this->scanner->charsWhile(":_-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw…
692 $chars = $this->scanner->charsWhile("DOCTYPEdoctype");
828 $chars = $this->scanner->charsWhile('CDAT');
H A DStringInputStream.php285 public function charsWhile($bytes, $max = null) function in Masterminds\\HTML5\\Parser\\StringInputStream
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/masterminds/html5/src/HTML5/Parser/
H A DInputStream.php74 public function charsWhile($bytes, $max = null); function
H A DTokenizer.php383 …$name = $this->scanner->charsWhile(':_-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw…
747 $chars = $this->scanner->charsWhile('DOCTYPEdoctype');
890 $chars = $this->scanner->charsWhile('CDAT');
H A DStringInputStream.php286 public function charsWhile($bytes, $max = null) function in Masterminds\\HTML5\\Parser\\StringInputStream
H A DScanner.php271 public function charsWhile($mask) function in Masterminds\\HTML5\\Parser\\Scanner
/dports/www/typo3-10/typo3_src-10.4.25/vendor/masterminds/html5/src/HTML5/Parser/
H A DInputStream.php74 public function charsWhile($bytes, $max = null); function
H A DTokenizer.php383 …$name = $this->scanner->charsWhile(':_-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw…
747 $chars = $this->scanner->charsWhile('DOCTYPEdoctype');
890 $chars = $this->scanner->charsWhile('CDAT');
H A DStringInputStream.php286 public function charsWhile($bytes, $max = null) function in Masterminds\\HTML5\\Parser\\StringInputStream
H A DScanner.php271 public function charsWhile($mask) function in Masterminds\\HTML5\\Parser\\Scanner
/dports/www/typo3-9/typo3_src-9.5.31/vendor/masterminds/html5/src/HTML5/Parser/
H A DInputStream.php74 public function charsWhile($bytes, $max = null); function
H A DTokenizer.php383 …$name = $this->scanner->charsWhile(':_-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw…
747 $chars = $this->scanner->charsWhile('DOCTYPEdoctype');
890 $chars = $this->scanner->charsWhile('CDAT');
H A DStringInputStream.php286 public function charsWhile($bytes, $max = null) function in Masterminds\\HTML5\\Parser\\StringInputStream
H A DScanner.php271 public function charsWhile($mask) function in Masterminds\\HTML5\\Parser\\Scanner
/dports/www/drupal9/drupal-9.2.10/vendor/masterminds/html5/src/HTML5/Parser/
H A DInputStream.php74 public function charsWhile($bytes, $max = null); function
H A DTokenizer.php383 …$name = $this->scanner->charsWhile(':_-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw…
747 $chars = $this->scanner->charsWhile('DOCTYPEdoctype');
890 $chars = $this->scanner->charsWhile('CDAT');
H A DStringInputStream.php286 public function charsWhile($bytes, $max = null) function in Masterminds\\HTML5\\Parser\\StringInputStream
H A DScanner.php271 public function charsWhile($mask) function in Masterminds\\HTML5\\Parser\\Scanner
/dports/www/typo3-11/typo3_src-11.5.7/vendor/masterminds/html5/src/HTML5/Parser/
H A DInputStream.php74 public function charsWhile($bytes, $max = null); function
H A DTokenizer.php383 …$name = $this->scanner->charsWhile(':_-0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvw…
747 $chars = $this->scanner->charsWhile('DOCTYPEdoctype');
890 $chars = $this->scanner->charsWhile('CDAT');
H A DStringInputStream.php286 public function charsWhile($bytes, $max = null) function in Masterminds\\HTML5\\Parser\\StringInputStream
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/dompdf/lib/html5lib/
H A DTokenizer.php260 $chars = $this->stream->charsWhile(self::WHITESPACE);
455 $name = strtolower($this->stream->charsWhile(self::ALPHA));
604 $chars = $this->stream->charsWhile(self::UPPER_ALPHA);
742 $chars = $this->stream->charsWhile(self::UPPER_ALPHA);
1186 $hyphens = $this->stream->charsWhile('-', 2);
1191 $alpha = $this->stream->charsWhile(self::ALPHA, 7);
1682 $nextSix = strtoupper($char . $this->stream->charsWhile(self::ALPHA, 5));
2221 $consumed = $this->stream->charsWhile($char_class);
H A DInputStream.php276 public function charsWhile($bytes, $max = null) { function in HTML5_InputStream

12