Searched refs:displayMenu (Results 1 – 1 of 1) sorted by relevance
| /plugin/bb4dw/ |
| D | bibtexbrowser.php | 2955 $this->displayMenu('Types', $types, $page, $this->type_size, Q_TYPE_PAGE, Q_INNER_TYPE); 2964 $this->displayMenu('Venues', $data, 1, 100000, Q_SEARCH, 2980 $this->displayMenu('Authors', $authors, $page, $this->author_size, Q_AUTHOR_PAGE, 2995 if (count($tags)>0) $this->displayMenu('Keywords', $tags, $page, $this->tag_size, Q_TAG_PAGE, 3011 $this->displayMenu('Years', $years, $page, $this->year_size, Q_YEAR_PAGE, 3029 function displayMenu($title, $list, $page, $pageSize, $pageKey, function in MenuManager
|