Home
last modified time | relevance | path

Searched refs:totalInGroup (Results 1 – 5 of 5) sorted by relevance

/plugin/latexport/implementation/
H A Ddecorator_images.php42 … $height = null, $cache = null, $linking = null, $positionInGroup = 0, $totalInGroup = 1) { argument
78 $totalInGroup = count($this->internalMediaGroup);
89 $totalInGroup);
H A Ddecorator_persister.php785 * @param int $totalInGroup Size of the group of media.
789 $positionInGroup = 0, $totalInGroup = 1) { argument
805 $availableSpace = round(1 / $totalInGroup, 1);
822 if ($positionInGroup == $totalInGroup - 1) {
H A Ddecorator.php836 * @param int $totalInGroup Size of the group of media.
839 … $height = null, $cache = null, $linking = null, $positionInGroup = 1, $totalInGroup = 1) { argument
841 …nalmedia($src, $title, $align, $width, $height, $cache, $linking, $positionInGroup, $totalInGroup);
/plugin/latexport/_test/
H A Dcommand.php274 private $totalInGroup; variable in CommandInternalMedia
276 function __construct($src, $title, $align, $width, $height, $positionInGroup, $totalInGroup) { argument
284 $this->totalInGroup = $totalInGroup;
H A Ddecorator_mock.php88 $cache = null, $linking = null, $positionInGroup = 1, $totalInGroup = 1) { argument
91 $positionInGroup, $totalInGroup));