Home
last modified time | relevance | path

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

/plugin/prolog/
H A Dprolog_tag.php20 var $entryTagPattern = '/<prolog.*>/'; variable in PrologTag
44 $foundTags = preg_match_all($this->entryTagPattern, $fileContent, $matchedTags);
H A Dattribute_include.php148 $splitedByEntry = preg_split($this->entryTagPattern,$fileContent);