Home
last modified time | relevance | path

Searched refs:return_only (Results 1 – 3 of 3) sorted by path

/plugin/epub/scripts/
H A Depub_utils.php257 function epub_footnote_handle($return_only=false) { argument
259 if($return_only) return $handle;
/plugin/swiftmail/Swift/
H A DLog.php80 abstract public function dump($return_only=false); argument
/plugin/swiftmail/Swift/Log/
H A DDefaultLog.php42 public function dump($return_only=false) argument
45 if (!$return_only) echo $ret;