Home
last modified time | relevance | path

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

/plugin/dokutranslate/
H A Dsyntax.php121 private $origIns = NULL; variable in syntax_plugin_dokutranslate
210 if (is_null($this->origIns)) {
212 $this->origIns = getCleanInstructions(dataPath($ID) . '/orig.txt');
269 if (current($this->origIns) !== FALSE) {
270 $renderer->nest(current($this->origIns));
271 next($this->origIns);
327 while (current($this->origIns) !== FALSE) {
328 $renderer->nest(current($this->origIns));
329 next($this->origIns);