Home
last modified time | relevance | path

Searched refs:positionInGroup (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
77 $positionInGroup = 0;
88 $positionInGroup ++,
H A Ddecorator_persister.php784 * @param int $positionInGroup Position of the media in the group.
789 $positionInGroup = 0, $totalInGroup = 1) { argument
800 if ($positionInGroup == 0) {
822 if ($positionInGroup == $totalInGroup - 1) {
H A Ddecorator.php835 * @param int $positionInGroup Position of the media in the group.
839 … $height = null, $cache = null, $linking = null, $positionInGroup = 1, $totalInGroup = 1) { argument
841 …ernalmedia($src, $title, $align, $width, $height, $cache, $linking, $positionInGroup, $totalInGrou…
/plugin/latexport/_test/
H A Dcommand.php273 private $positionInGroup; variable in CommandInternalMedia
276 function __construct($src, $title, $align, $width, $height, $positionInGroup, $totalInGroup) { argument
283 $this->positionInGroup = $positionInGroup;
H A Ddecorator_mock.php88 $cache = null, $linking = null, $positionInGroup = 1, $totalInGroup = 1) { argument
91 $positionInGroup, $totalInGroup));