Home
last modified time | relevance | path

Searched refs:STATE_EMIT (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
DParser.php89 private const STATE_EMIT = 'emit'; define in SimplePie\\XML\\Declaration\\Parser
155 while ($this->state && $this->state !== self::STATE_EMIT && $this->has_data()) {
160 if ($this->state === self::STATE_EMIT) {
249 $this->state = self::STATE_EMIT;
285 $this->state = self::STATE_EMIT;
335 $this->state = self::STATE_EMIT;
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
DParser.php114 private const STATE_EMIT = 'emit'; define in SimplePie\\HTTP\\Parser
178 while ($this->state && $this->state !== self::STATE_EMIT && $this->has_data()) {
183 if ($this->state === self::STATE_EMIT || $this->state === self::STATE_BODY) {
436 $this->state = self::STATE_EMIT;
446 $this->state = self::STATE_EMIT;
457 $this->state = self::STATE_EMIT;
464 $this->state = self::STATE_EMIT;
477 $this->state = self::STATE_EMIT;