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 | 705 * @param string $jump id 709 function media_filelist($ns, $auth = null, $jump = '', $fullscreenview = false, $sort = false) argument 751 $display->scrollIntoView($jump == $item->getID()); 757 $display->scrollIntoView($jump == $item->getID()); 940 * @param string $jump item id 942 function media_tab_files($ns, $auth = null, $jump = '') argument 950 media_filelist($ns, $auth, $jump, true, _media_get_sort_type()); 961 * @param string $jump item id 963 function media_tab_upload($ns, $auth = null, $jump = '') argument
|