Home
last modified time | relevance | path

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

/plugin/prolog/
H A Dsyntax.php134 $prologCode = $this->attrInclude->readCode($includedFilesList) . $_SESSION['prolog']['match'];
136 return array($state, array($prologCode, $maxRunTime, $includedFilesList, $options));
156 list($prologCode, $maxRunTime, $includedFilesList, $options) = $match;
157 $executedCode = $this->prologTag->execute($prologCode, $maxRunTime);
163 … $renderer->doc .= $this->attrOptions->handleOptionSource(str_replace("\n",'<br />',$prologCode));
H A Dprolog_tag.php84 * @param string $prologCode the prolog source code
88 function execute($prologCode = null, $maxExecutionTime = 5) argument
92 if(!isset($prologCode))
104 fwrite($handleStdin, $prologCode);