Home
last modified time | relevance | path

Searched refs:getWikiPage (Results 1 – 25 of 90) sorted by relevance

1234

/dports/www/mediawiki135/mediawiki-1.35.5/includes/actions/
H A DViewAction.php57 $this->getWikiPage()->checkTouched() // page exists and is not a redirect
62 $touched = $this->getWikiPage()->getTouched();
65 $this->getWikiPage()->getTouched(),
H A DInfoAction.php247 $redirectTarget = $this->getWikiPage()->getRedirectTarget();
398 if ( $this->getWikiPage()->isCountable() ) {
533 if ( !$this->getWikiPage()->exists() ) {
543 $lastRev = $this->getWikiPage()->getRevisionRecord();
595 $lang->userTimeAndDate( $this->getWikiPage()->getTimestamp(), $user ),
597 [ 'oldid' => $this->getWikiPage()->getLatest() ]
644 $hiddenCategories = $this->getWikiPage()->getHiddenCategories();
734 $page = $this->getWikiPage();
891 $contributors = $this->getWikiPage()->getContributors();
H A DCreditsAction.php47 if ( $this->getWikiPage()->getId() == 0 ) {
82 $page = $this->getWikiPage();
117 $contributors = $this->getWikiPage()->getContributors();
H A DAction.php188 Article::newFromWikiPage( $context->getWikiPage(), $context ),
278 final public function getWikiPage() : WikiPage { function in Action
300 return $this->getWikiPage()->getTitle();
H A DHistoryAction.php154 $out->checkLastModified( $this->getWikiPage()->getTouched() )
199 if ( !$this->getWikiPage()->exists() ) {
353 $page_id = $this->getWikiPage()->getId();
/dports/www/mediawiki137/mediawiki-1.37.1/includes/actions/
H A DViewAction.php57 $this->getWikiPage()->checkTouched() // page exists and is not a redirect
62 $touched = $this->getWikiPage()->getTouched();
65 $this->getWikiPage()->getTouched(),
H A DCreditsAction.php75 if ( $this->getWikiPage()->getId() == 0 ) {
110 $page = $this->getWikiPage();
145 $contributors = $this->getWikiPage()->getContributors();
H A DInfoAction.php369 $redirectTarget = $this->getWikiPage()->getRedirectTarget();
520 if ( $this->getWikiPage()->isCountable() ) {
672 if ( !$this->getWikiPage()->exists() ) {
680 $lastRev = $this->getWikiPage()->getRevisionRecord();
731 $lang->userTimeAndDate( $this->getWikiPage()->getTimestamp(), $user ),
733 [ 'oldid' => $this->getWikiPage()->getLatest() ]
784 $hiddenCategories = $this->getWikiPage()->getHiddenCategories();
913 $page = $this->getWikiPage();
H A DHistoryAction.php162 $out->checkLastModified( $this->getWikiPage()->getTouched() )
205 if ( !$this->getWikiPage()->exists() ) {
357 $page_id = $this->getWikiPage()->getId();
/dports/www/mediawiki136/mediawiki-1.36.3/includes/actions/
H A DViewAction.php57 $this->getWikiPage()->checkTouched() // page exists and is not a redirect
62 $touched = $this->getWikiPage()->getTouched();
65 $this->getWikiPage()->getTouched(),
H A DInfoAction.php255 $redirectTarget = $this->getWikiPage()->getRedirectTarget();
405 if ( $this->getWikiPage()->isCountable() ) {
540 if ( !$this->getWikiPage()->exists() ) {
550 $lastRev = $this->getWikiPage()->getRevisionRecord();
602 $lang->userTimeAndDate( $this->getWikiPage()->getTimestamp(), $user ),
604 [ 'oldid' => $this->getWikiPage()->getLatest() ]
651 $hiddenCategories = $this->getWikiPage()->getHiddenCategories();
741 $page = $this->getWikiPage();
H A DCreditsAction.php51 if ( $this->getWikiPage()->getId() == 0 ) {
86 $page = $this->getWikiPage();
121 $contributors = $this->getWikiPage()->getContributors();
H A DAction.php177 Article::newFromWikiPage( $context->getWikiPage(), $context ),
267 final public function getWikiPage() : WikiPage { function in Action
289 return $this->getWikiPage()->getTitle();
/dports/www/ilias6/ILIAS-6.14/Modules/Wiki/classes/
H A Dclass.ilWikiPageGUI.php258 public function getWikiPage() function in ilWikiPageGUI
282 $this->getWikiPage()->getId(),
284 $this->getWikiPage()
580 $this->getWikiPage()->increaseViewCnt();
586 $this->getWikiPage()->getWikiRefId(),
587 $this->getWikiPage()->getWikiId(),
608 $this->getWikiPage()->getWikiId(),
641 $this->getWikiPage()->getWikiId(),
731 $this->getWikiPage()->getWikiId(),
732 $this->getWikiPage()->getId()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Wiki/classes/
H A Dclass.ilWikiPageGUI.php258 public function getWikiPage() function in ilWikiPageGUI
282 $this->getWikiPage()->getId(),
284 $this->getWikiPage()
579 $this->getWikiPage()->increaseViewCnt();
585 $this->getWikiPage()->getWikiRefId(),
586 $this->getWikiPage()->getWikiId(),
607 $this->getWikiPage()->getWikiId(),
640 $this->getWikiPage()->getWikiId(),
730 $this->getWikiPage()->getWikiId(),
731 $this->getWikiPage()->getId()
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/includes/context/
H A DContextSource.php112 public function getWikiPage() { function in ContextSource
113 return $this->getContext()->getWikiPage();
H A DDerivativeContext.php180 public function getWikiPage() { function in DerivativeContext
181 return $this->wikipage ?: $this->getContext()->getWikiPage();
/dports/www/mediawiki136/mediawiki-1.36.3/includes/context/
H A DContextSource.php116 public function getWikiPage() { function in ContextSource
117 return $this->getContext()->getWikiPage();
H A DDerivativeContext.php186 public function getWikiPage() { function in DerivativeContext
187 return $this->wikipage ?: $this->getContext()->getWikiPage();
/dports/www/mediawiki137/mediawiki-1.37.1/includes/context/
H A DContextSource.php117 public function getWikiPage() {
118 return $this->getContext()->getWikiPage();
H A DDerivativeContext.php186 public function getWikiPage() {
187 return $this->wikipage ?: $this->getContext()->getWikiPage();
/dports/www/gitea/gitea-1.16.5/routers/api/v1/repo/
H A Dwiki.go85 wikiPage := getWikiPage(ctx, wikiName)
152 wikiPage := getWikiPage(ctx, newWikiName)
159 func getWikiPage(ctx *context.APIContext, title string) *api.WikiPage { func
362 wikiPage := getWikiPage(ctx, pageName)
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/context/
H A DRequestContextTest.php19 $this->assertTrue( $curTitle->equals( $context->getWikiPage()->getTitle() ),
30 $curTitle->equals( $context->getWikiPage()->getTitle() ),
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/context/
H A DRequestContextTest.php22 $this->assertTrue( $curTitle->equals( $context->getWikiPage()->getTitle() ),
33 $curTitle->equals( $context->getWikiPage()->getTitle() ),
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/context/
H A DRequestContextTest.php22 $this->assertTrue( $curTitle->equals( $context->getWikiPage()->getTitle() ),
33 $curTitle->equals( $context->getWikiPage()->getTitle() ),

1234