Home
last modified time | relevance | path

Searched refs:Index (Results 1 – 7 of 7) sorted by relevance

/template/strap/ComboStrap/
DIndex.php7 class Index class
10 * @var Index
28 public static function getOrCreate(): Index
31 self::$index = new Index();
DRouterBestEndPage.php36 $pagesWithSameName = Index::getOrCreate()
DMarkupPath.php1921 Index::getOrCreate()->deletePage($this);
/template/strap/resources/theme/default/pages/templates/
Dindex.md1 # Index chapter
3 `Index` is a little landing page
/template/nucleus/
Dheader.inc9 <li class="nav2"><a href="nucleus?do=index" title="Full Index">Full Index</a></li>
/template/bootstrap3/compat/inc/Menu/Item/
DIndex.php10 class Index extends AbstractItem { class
/template/strap/action/
Droutermessage.php7 use ComboStrap\Index; alias
195 $pagesWithSameName = Index::getOrCreate()->getPagesWithSameLastName($pageOrigin);