Searched refs:positionInGroup (Results 1 – 5 of 5) sorted by relevance
/plugin/latexport/implementation/ |
H A D | decorator_images.php | 42 … $height = null, $cache = null, $linking = null, $positionInGroup = 0, $totalInGroup = 1) { argument 77 $positionInGroup = 0; 88 $positionInGroup ++,
|
H A D | decorator_persister.php | 784 * @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 D | decorator.php | 835 * @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 D | command.php | 273 private $positionInGroup; variable in CommandInternalMedia 276 function __construct($src, $title, $align, $width, $height, $positionInGroup, $totalInGroup) { argument 283 $this->positionInGroup = $positionInGroup;
|
H A D | decorator_mock.php | 88 $cache = null, $linking = null, $positionInGroup = 1, $totalInGroup = 1) { argument 91 $positionInGroup, $totalInGroup));
|