Home
last modified time | relevance | path

Searched defs:NextInSection (Results 1 – 5 of 5) sorted by relevance

/dports/www/gohugo/hugo-0.91.2/hugolib/
H A Dpage__position.go69 func (p pagePositionInSection) NextInSection() page.Page { func
/dports/www/gohugo/hugo-0.91.2/resources/page/
H A Dpage.go115 NextInSection() Page methodSpec
H A Dpage_nop.go365 func (p *nopPage) NextInSection() Page { func
H A Dtesthelpers_test.go365 func (p *testPage) NextInSection() Page { func
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dconfigfile.cpp437 bool FConfigFile::NextInSection (const char *&key, const char *&value) in NextInSection() function in FConfigFile