Home
last modified time | relevance | path

Searched refs:PAGES_NAME (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/
H A Dadmin.php23 const PAGES_NAME = 'pages'; define in admin_plugin_findologicxmlexport
92 $pagesWithoutTitle = [self::PAGES_NAME => PageGetter::getPagesWithoutTitle()];
93 $totalPages = count($pagesWithoutTitle[self::PAGES_NAME]);
/plugin/combo/db/combo/
H A Dupdate0006.sql14 create index if not exists PAGES_NAME ON PAGES (NAME ASC);