Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
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) {
Dbox.container.php628 function close_line(&$context, $lastline = false) { argument
647 $cb($this, $context, $lastline);
652 $cb($this, $context, $lastline);
/plugin/flexpaper/
Dsyntax.php101 $lastline = exec(escapeshellcmd($command),$output,$status);
104 $data['error'] = $lastline;
/plugin/latex-was/
Dclass.latexrender.php290 $lastline = exec($cmd,$output,$status);
300 return $lastline;
/plugin/latex/
Dclass.latexrender.php289 $lastline = exec($cmd,$output,$status);
299 return $lastline;
/plugin/latexwas/
Dclass.latexrender.php290 $lastline = exec($cmd,$output,$status);
300 return $lastline;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
Dupload_fck.pl183 $lastline = $_;
219 last if($lastline =~ /^$Boundary\-\-/o);
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/connectors/perl/
Dupload_fck.pl183 $lastline = $_;
219 last if($lastline =~ /^$Boundary\-\-/o);
/plugin/groupmail/
Dsyntax.php388 $lastline = '';
399 …$lastline .= $this->getLang("viewonline").wl($ID,'', true).'?id='.$targetpage."#msg".$bytes."\n\n\…
408 $comment .= $lastline;
/plugin/photogallery/phpThumb/
Dphpthumb.functions.php486 $lastline = $execfunction($command, $output);