Searched refs:jump (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/inc/Ui/Media/ |
| H A D | DisplayTile.php | 33 $jump = $this->scrollIntoView ? 'id="scroll__here"' : ''; 35 echo '<dl title="' . $this->mediaFile->getDisplayName() . '"' . $jump . '>';
|
| H A D | DisplayRow.php | 21 $jump = $this->scrollIntoView ? 'id="scroll__here"' : ''; 23 echo '<div title="' . $id . '" ' . $jump . '>';
|
| /dokuwiki/inc/ |
| H A D | media.php | 708 * @param string $jump id 712 function media_filelist($ns, $auth = null, $jump = '', $fullscreenview = false, $sort = false) argument 754 $display->scrollIntoView($jump == $item->getID()); 760 $display->scrollIntoView($jump == $item->getID()); 943 * @param string $jump item id 945 function media_tab_files($ns, $auth = null, $jump = '') argument 953 media_filelist($ns, $auth, $jump, true, _media_get_sort_type()); 964 * @param string $jump item id 966 function media_tab_upload($ns, $auth = null, $jump = '') argument
|