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/
H A DParser.php49 private const STATE_EMIT = 'emit'; define in SimplePie\\XML\\Declaration\\Parser
115 while ($this->state && $this->state !== self::STATE_EMIT && $this->has_data()) {
120 if ($this->state === self::STATE_EMIT) {
213 $this->state = self::STATE_EMIT;
250 $this->state = self::STATE_EMIT;
300 $this->state = self::STATE_EMIT;
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php80 private const STATE_EMIT = 'emit'; define in SimplePie\\HTTP\\Parser
146 while ($this->state && $this->state !== self::STATE_EMIT && $this->has_data()) {
151 if ($this->state === self::STATE_EMIT || $this->state === self::STATE_BODY) {
447 $this->state = self::STATE_EMIT;
458 $this->state = self::STATE_EMIT;
469 $this->state = self::STATE_EMIT;
479 $this->state = self::STATE_EMIT;
492 $this->state = self::STATE_EMIT;