Home
last modified time | relevance | path

Searched refs:jump (Results 1 – 3 of 3) sorted by path

/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php21 $jump = $this->scrollIntoView ? 'id="scroll__here"' : '';
23 echo '<div title="' . $id . '" ' . $jump . '>';
H A DDisplayTile.php33 $jump = $this->scrollIntoView ? 'id="scroll__here"' : '';
35 echo '<dl title="' . $this->mediaFile->getDisplayName() . '"' . $jump . '>';
/dokuwiki/inc/
H A Dmedia.php705 * @param string $jump id
709 function media_filelist($ns, $auth = null, $jump = '', $fullscreenview = false, $sort = false)
749 //FIXME old call: media_printfile($item,$auth,$jump);
751 $display->scrollIntoView($jump == $item->getID());
754 //FIXME old call: media_printfile_thumbs($item,$auth,$jump);
757 $display->scrollIntoView($jump == $item->getID());
940 * @param string $jump item id
942 function media_tab_files($ns, $auth = null, $jump = '')
950 media_filelist($ns, $auth, $jump, true, _media_get_sort_type());
961 * @param string $jump ite
686 media_filelist($ns, $auth = null, $jump = '', $fullscreenview = false, $sort = false) global() argument
890 media_tab_files($ns, $auth = null, $jump = '') global() argument
910 media_tab_upload($ns, $auth = null, $jump = '') global() argument
[all...]