Searched refs:_footer (Results 1 – 3 of 3) sorted by relevance
/plugin/zip/pear/File/Archive/Reader/ |
H A D | Ar.php | 59 var $_footer = false; variable in File_Archive_Reader_Ar 98 $this->_footer = false; 122 $this->_nbBytesLeft + ($this->_footer ? 1 : 0) 153 $this->_footer = ($size % 2 == 1); 279 $seek = $this->_header + $this->_currentStat[7] + ($this->_footer ? 1 : 0); 284 $size = $this->_header + $this->_currentStat[7] + ($this->_footer ? 1 : 0);
|
/plugin/mediasyntax/ |
H A D | helper.php | 247 $ins[$i] = $this->_footer($page, $sect, '', $flags, 0); 463 $ins[] = $this->_footer($page, $sect, $sect_title, $flags, $footer_lvl); 501 function _footer($page, $sect, $sect_title, $flags, $footer_lvl) 511 function _footer($page, $sect, $sect_title, $flags, $footer_lvl) { global() function in helper_plugin_mediasyntax
|
/plugin/include/ |
H A D | helper.php | 469 $ins[] = $this->_footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id); 508 function _footer($page, $sect, $sect_title, $flags, $footer_lvl, $root_id) { function in helper_plugin_include
|