Lines Matching defs:content
16 * Some optimisation to make the sure the content is only scanned by the PHP regex
128 * Will fail if the handlers report an error or if no content is consumed. If successful then each
246 * Empty content will be ignored. The lexer has a parser handler for each mode in the lexer.
248 * @param string $content Text parsed.
255 protected function invokeHandler($content, $is_match, $pos)
257 if (($content === "") || ($content === false)) {
269 return $this->handler->$handler($content, $is_match, $pos, $plugin);
272 return $this->handler->$handler($content, $is_match, $pos);
279 * @param string $raw The subject to parse. This is the content that will be eaten.
280 * @return array|bool Three item list of unparsed content followed by the