Home
last modified time | relevance | path

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

/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dabyss.cc1129 const static ProceduralLayout* baseLayouts[] = { &newAbyssLayout, &layout }; variable
1130 const static vector<const ProceduralLayout*> base_vec(baseLayouts,
1131 baseLayouts + ARRAYSZ(baseLayouts));
/dports/www/gohugo/hugo-0.91.2/tpl/tplimpl/
H A Dtemplate.go393 baseLayouts, _ := t.layoutHandler.For(d, f)
396 for _, l := range baseLayouts {