Home
last modified time | relevance | path

Searched refs:PageSql (Results 1 – 5 of 5) sorted by relevance

/plugin/combo/ComboStrap/
H A DPageSql.php17 class PageSql class
36 * @return PageSql
38 public static function create(string $string, MarkupPath $contextualPage = null): PageSql
40 $parser = new PageSql($string);
49 function parse(MarkupPath $contextualPage = null): PageSql
H A DPageSqlTreeListener.php32 const CANONICAL = PageSql::CANONICAL;
294 $message = "PageSql Parsing Error: The token `$textMakingTheError` was unexpected ($position).";
362 LogUtility::msg("The page is unknown. A Page SQL with backlinks should be asked within a page request scope.", LogUtility::LVL_MSG_ERROR, PageSql::CANONICAL);
370 LogUtility::warning("Descendants should be asked from an index page.", PageSql::CANONICAL);
386 LogUtility::msg("The page is unknown. A Page SQL with a depth attribute should be asked within a page request scope. The start depth has been set to 0", LogUtility::LVL_MSG_ERROR, PageSql::CANONICAL);
/plugin/combo/grammar/
H A DREADME.md11 D:/dokuwiki/lib/plugins/combo/grammar\PageSql.g4
H A DPageSql.g43 grammar PageSql;
/plugin/combo/syntax/
H A Diterator.php20 use ComboStrap\PageSql; alias
384 $pageSql = PageSql::create($pageSql, $contextualPage);