Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.utils.text-align.inc.php4 function ta_left(&$box, &$context, $lastline) { argument
8 function ta_center(&$box, &$context, $lastline) { argument
22 function ta_right(&$box, &$context, $lastline) { argument
36 function ta_justify(&$box, &$context, $lastline) { argument
38 if ($lastline) {
H A Dbox.container.php628 function close_line(&$context, $lastline = false) { argument
647 $cb($this, $context, $lastline);
652 $cb($this, $context, $lastline);
/plugin/flexpaper/
H A Dsyntax.php101 $lastline = exec(escapeshellcmd($command),$output,$status);
104 $data['error'] = $lastline;
/plugin/latex/
H A Dclass.latexrender.php289 $lastline = exec($cmd,$output,$status);
299 return $lastline;
/plugin/latex-was/
H A Dclass.latexrender.php290 $lastline = exec($cmd,$output,$status);
300 return $lastline;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dupload_fck.pl183 $lastline = $_;
219 last if($lastline =~ /^$Boundary\-\-/o);
/plugin/groupmail/
H A Dsyntax.php388 $lastline = '';
399 …$lastline .= $this->getLang("viewonline").wl($ID,'', true).'?id='.$targetpage."#msg".$bytes."\n\n\…
408 $comment .= $lastline;
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php486 $lastline = $execfunction($command, $output);