Home
last modified time | relevance | path

Searched refs:CommentStore (Results 1 – 25 of 186) sorted by relevance

12345678

/dports/www/mediawiki135/mediawiki-1.35.5/includes/Revision/
H A DRevisionStoreFactory.php29 use CommentStore; alias
62 /** @var CommentStore */
85 * @param CommentStore $commentStore
97 CommentStore $commentStore,
/dports/www/mediawiki137/mediawiki-1.37.1/includes/Revision/
H A DRevisionStoreFactory.php30 use CommentStore; alias
66 /** @var CommentStore */
96 * @param CommentStore $commentStore
111 CommentStore $commentStore,
/dports/www/mediawiki136/mediawiki-1.36.3/includes/Revision/
H A DRevisionStoreFactory.php29 use CommentStore; alias
65 /** @var CommentStore */
95 * @param CommentStore $commentStore
110 CommentStore $commentStore,
/dports/www/mediawiki137/mediawiki-1.37.1/includes/revisiondelete/
H A DRevDelLogList.php32 /** @var CommentStore */
41 * @param CommentStore $commentStore
48 CommentStore $commentStore
H A DRevDelLogItem.php29 /** @var CommentStore */
35 * @param CommentStore $commentStore
40 CommentStore $commentStore
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/
H A DCommentStoreTest.php35 * @return CommentStore
45 return new class( $lang, $stage ) extends CommentStore {
74 $m = new CommentStore(
81 $this->assertInstanceOf( CommentStore::class, $m );
811 $store = new class( $lang, $stage ) extends CommentStore {
828 $truncated2 = str_repeat( '��', CommentStore::COMMENT_CHARACTER_LIMIT - 3 ) . '...';
849 $this->assertInstanceOf( CommentStore::class, CommentStore::getStore() );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/
H A DCommentStoreTest.php35 * @return CommentStore
45 return new class( $lang, $stage ) extends CommentStore {
74 $m = new CommentStore(
81 $this->assertInstanceOf( CommentStore::class, $m );
811 $store = new class( $lang, $stage ) extends CommentStore {
828 $truncated2 = str_repeat( '��', CommentStore::COMMENT_CHARACTER_LIMIT - 3 ) . '...';
849 $this->assertInstanceOf( CommentStore::class, CommentStore::getStore() );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/revisiondelete/
H A DRevDelLogList.php34 /** @var CommentStore */
43 * @param CommentStore $commentStore
51 CommentStore $commentStore
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/
H A DCommentStoreTest.php36 * @return CommentStore
39 $store = new CommentStore( MediaWikiServices::getInstance()->getContentLanguage(), $stage );
60 $m = new CommentStore(
67 $this->assertInstanceOf( CommentStore::class, $m );
811 $truncated2 = str_repeat( '��', CommentStore::COMMENT_CHARACTER_LIMIT - 3 ) . '...';
832 $this->assertInstanceOf( CommentStore::class, CommentStore::getStore() );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialListFiles.php36 /** @var CommentStore */
51 * @param CommentStore $commentStore
59 CommentStore $commentStore,
H A DSpecialAutoblockList.php47 /** @var CommentStore */
60 * @param CommentStore $commentStore
68 CommentStore $commentStore,
H A DSpecialProtectedpages.php42 /** @var CommentStore */
51 * @param CommentStore $commentStore
57 CommentStore $commentStore,
H A DSpecialDeletedContributions.php46 /** @var CommentStore */
64 * @param CommentStore $commentStore
73 CommentStore $commentStore,
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialListFiles.php36 /** @var CommentStore */
54 * @param CommentStore $commentStore
63 CommentStore $commentStore,
H A DSpecialAutoblockList.php49 /** @var CommentStore */
60 * @param CommentStore $commentStore
68 CommentStore $commentStore,
H A DSpecialProtectedpages.php42 /** @var CommentStore */
54 * @param CommentStore $commentStore
61 CommentStore $commentStore,
H A DSpecialDeletedContributions.php46 /** @var CommentStore */
67 * @param CommentStore $commentStore
77 CommentStore $commentStore,
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/Revision/
H A DRevisionStoreFactoryTest.php6 use CommentStore; alias
172 * @return MockObject|CommentStore
175 return $this->getMockBuilder( CommentStore::class )
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/Revision/
H A DRevisionStoreFactoryTest.php6 use CommentStore;
194 * @return MockObject|CommentStore
197 return $this->createMock( CommentStore::class );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/
H A DApiQueryProtectedTitles.php30 /** @var CommentStore */
36 * @param CommentStore $commentStore
41 CommentStore $commentStore
/dports/www/mediawiki136/mediawiki-1.36.3/includes/block/
H A DDatabaseBlockStore.php27 use CommentStore; alias
66 /** @var CommentStore */
83 * @param CommentStore $commentStore
93 CommentStore $commentStore,
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/Revision/
H A DRevisionStoreFactoryTest.php6 use CommentStore; alias
216 * @return MockObject|CommentStore
219 return $this->getMockBuilder( CommentStore::class )
/dports/www/mediawiki137/mediawiki-1.37.1/includes/block/
H A DDatabaseBlockStore.php26 use CommentStore; alias
69 /** @var CommentStore */
89 * @param CommentStore $commentStore
100 CommentStore $commentStore,
/dports/www/mediawiki137/mediawiki-1.37.1/includes/page/
H A DPageCommandFactory.php27 use CommentStore; alias
125 /** @var CommentStore */
160 CommentStore $commentStore,
/dports/www/mediawiki135/mediawiki-1.35.5/includes/revisiondelete/
H A DRevDelLogItem.php113 $comment = CommentStore::getStore()->getComment( 'log_comment', $this->row )->text;
147 'comment' => CommentStore::getStore()->getComment( 'log_comment', $this->row )

12345678