Home
last modified time | relevance | path

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

/plugin/txt2tags/
H A Dtxt2tags.class.php186 $lines = $this->firstpass($lines);
265 function firstpass($lines) { # strip comments, identify areas, titles, toc function in T2T
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php19533 function _tableColumnWidth(&$table, $firstpass = false)
19599 if ($firstpass) {
19616 if ($firstpass) {
19660 if (isset($c['wpercent']) && $firstpass) {
19840 if (!isset($table['w']) && $firstpass) {
19469 _tableColumnWidth(& $table, $firstpass = false) global() argument