Home
last modified time | relevance | path

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

/plugin/prolog/
H A Dsyntax.php25 var $prologTag; variable in syntax_plugin_prolog
35 $this->prologTag = & new PrologTag();
157 $executedCode = $this->prologTag->execute($prologCode, $maxRunTime);
H A Dprolog_tag.php65 * @param string $prologTag prolog entry tag
68 function getAttributeValue($prologTag = null) argument
70 $found = preg_match_all($this->attributePattern, $prologTag, $matched);