Home
last modified time | relevance | path

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

/dports/www/mediawiki135/mediawiki-1.35.5/includes/
H A DMovePage.php385 return $this->moveUnsafe( $user, $reason, $createRedirect, $changeTags );
402 if ( $changeTags ) {
417 return $this->moveUnsafe( $user, $reason, $createRedirect, $changeTags );
464 * @param array $changeTags
531 $status = $mp->$method( $user, $reason, $createRedirect, $changeTags );
571 $changeTags );
656 $logEntry->addTags( $changeTags );
799 array $changeTags = [] argument
823 $changeTags,
1003 $redirectTags = $changeTags;
[all …]
H A DEditPage.php376 private $changeTags = null; variable in EditPage
1055 $changeTags = $request->getVal( 'wpChangeTags' );
1056 if ( $changeTags === null || $changeTags === '' ) {
1057 $this->changeTags = [];
1059 $this->changeTags = array_filter( array_map( 'trim', explode( ',',
1060 $changeTags ) ) );
2174 if ( $this->changeTags ) {
2176 $this->changeTags, $user );
2458 $this->changeTags,
/dports/www/mediawiki137/mediawiki-1.37.1/includes/
H A DMovePage.php490 return $this->moveUnsafe( $user, $reason, $createRedirect, $changeTags );
507 if ( $changeTags ) {
546 use ( $user, $reason, $createRedirect, $changeTags ) {
548 return $mp->move( $user, $reason, $createRedirect, $changeTags );
574 use ( $performer, $reason, $createRedirect, $changeTags ) {
678 $changeTags );
772 $logEntry->addTags( $changeTags );
883 array $changeTags = [] argument
907 $changeTags,
1070 $redirectTags = $changeTags;
[all …]
H A DEditPage.php332 private $changeTags = null; variable in EditPage
1072 $changeTags = $request->getVal( 'wpChangeTags' );
1073 if ( $changeTags === null || $changeTags === '' ) {
1074 $this->changeTags = [];
1076 $this->changeTags = array_filter( array_map( 'trim', explode( ',',
1077 $changeTags ) ) );
2023 new ChangeTagsConstraint( $user, $this->changeTags )
2350 $this->changeTags,
/dports/www/mediawiki136/mediawiki-1.36.3/includes/
H A DMovePage.php470 return $this->moveUnsafe( $user, $reason, $createRedirect, $changeTags );
487 if ( $changeTags ) {
526 use ( $user, $reason, $createRedirect, $changeTags ) {
528 return $mp->move( $user, $reason, $createRedirect, $changeTags );
554 use ( $performer, $reason, $createRedirect, $changeTags ) {
658 $changeTags );
751 $logEntry->addTags( $changeTags );
893 array $changeTags = [] argument
918 $changeTags,
1100 $redirectTags = $changeTags;
[all …]
H A DEditPage.php344 private $changeTags = null; variable in EditPage
1088 $changeTags = $request->getVal( 'wpChangeTags' );
1089 if ( $changeTags === null || $changeTags === '' ) {
1090 $this->changeTags = [];
1092 $this->changeTags = array_filter( array_map( 'trim', explode( ',',
1093 $changeTags ) ) );
2032 new ChangeTagsConstraint( $user, $this->changeTags )
2362 $this->changeTags,
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/unit/includes/Storage/
H A DEditResultBuilderTest.php137 * @param string[] $changeTags
140 public function testRollback( array $changeTags, array $expectedRevertTags ) { argument
142 $erb = $this->getNewEditResultBuilder( $originalRevision, $changeTags );
191 * @param string[] $changeTags
194 public function testUndo( array $changeTags, array $expectedRevertTags ) { argument
196 $erb = $this->getNewEditResultBuilder( $originalRevision, $changeTags );
312 * @param string[] $changeTags
318 array $changeTags = [] argument
326 $changeTags
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/unit/includes/Storage/
H A DEditResultBuilderTest.php140 * @param string[] $changeTags
143 public function testRollback( array $changeTags, array $expectedRevertTags ) { argument
145 $erb = $this->getNewEditResultBuilder( $originalRevision, $changeTags );
194 * @param string[] $changeTags
197 public function testUndo( array $changeTags, array $expectedRevertTags ) { argument
199 $erb = $this->getNewEditResultBuilder( $originalRevision, $changeTags );
349 * @param string[] $changeTags
356 array $changeTags = [], argument
370 $changeTags,
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/unit/includes/Storage/
H A DEditResultBuilderTest.php141 * @param string[] $changeTags
144 public function testRollback( array $changeTags, array $expectedRevertTags ) { argument
146 $erb = $this->getNewEditResultBuilder( $originalRevision, $changeTags );
195 * @param string[] $changeTags
198 public function testUndo( array $changeTags, array $expectedRevertTags ) { argument
200 $erb = $this->getNewEditResultBuilder( $originalRevision, $changeTags );
350 * @param string[] $changeTags
357 array $changeTags = [], argument
375 $changeTags,
/dports/www/mediawiki135/mediawiki-1.35.5/includes/api/
H A DApiMove.php183 * @param array $changeTags Applied to the entry in the move log and redirect page revision
186 protected function movePage( Title $from, Title $to, $reason, $createRedirect, $changeTags ) { argument
204 return $mp->move( $user, $reason, $createRedirect, $changeTags );
212 * @param array $changeTags Applied to the entry in the move log and redirect page revisions
215 public function moveSubpages( $fromTitle, $toTitle, $reason, $noredirect, $changeTags = [] ) { argument
220 $mp->moveSubpagesIfAllowed( $this->getUser(), $reason, !$noredirect, $changeTags );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/api/
H A DApiMove.php203 * @param string[] $changeTags Applied to the entry in the move log and redirect page revision
206 protected function movePage( Title $from, Title $to, $reason, $createRedirect, $changeTags ) { argument
223 return $mp->move( $this->getUser(), $reason, $createRedirect, $changeTags );
231 * @param string[] $changeTags Applied to the entry in the move log and redirect page revisions
234 public function moveSubpages( $fromTitle, $toTitle, $reason, $noredirect, $changeTags = [] ) { argument
239 $mp->moveSubpagesIfAllowed( $this->getAuthority(), $reason, !$noredirect, $changeTags );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/api/
H A DApiMove.php193 * @param string[] $changeTags Applied to the entry in the move log and redirect page revision
196 protected function movePage( Title $from, Title $to, $reason, $createRedirect, $changeTags ) { argument
213 return $mp->move( $this->getUser(), $reason, $createRedirect, $changeTags );
221 * @param string[] $changeTags Applied to the entry in the move log and redirect page revisions
224 public function moveSubpages( $fromTitle, $toTitle, $reason, $noredirect, $changeTags = [] ) { argument
229 $mp->moveSubpagesIfAllowed( $this->getAuthority(), $reason, !$noredirect, $changeTags );
/dports/www/mediawiki135/mediawiki-1.35.5/includes/specials/
H A DSpecialUpload.php559 $changeTags = $this->getRequest()->getVal( 'wpChangeTags' );
560 if ( $changeTags === null || $changeTags === '' ) {
561 $changeTags = [];
563 $changeTags = array_filter( array_map( 'trim', explode( ',', $changeTags ) ) );
566 if ( $changeTags ) {
568 $changeTags, $user );
583 $changeTags
/dports/www/mediawiki137/mediawiki-1.37.1/includes/specials/
H A DSpecialUpload.php593 $changeTags = $this->getRequest()->getVal( 'wpChangeTags' );
594 if ( $changeTags === null || $changeTags === '' ) {
595 $changeTags = [];
597 $changeTags = array_filter( array_map( 'trim', explode( ',', $changeTags ) ) );
600 if ( $changeTags ) {
602 $changeTags, $user );
617 $changeTags
/dports/www/mediawiki136/mediawiki-1.36.3/includes/specials/
H A DSpecialUpload.php586 $changeTags = $this->getRequest()->getVal( 'wpChangeTags' );
587 if ( $changeTags === null || $changeTags === '' ) {
588 $changeTags = [];
590 $changeTags = array_filter( array_map( 'trim', explode( ',', $changeTags ) ) );
593 if ( $changeTags ) {
595 $changeTags, $user );
610 $changeTags
/dports/graphics/digikam/digikam-7.4.0/core/libs/fileactionmanager/
H A Ddatabaseworkeriface.cpp46 changeTags(infos, tagIDs, true); in assignTags()
51 changeTags(infos, tagIDs, false); in removeTags()
54 void FileActionMngrDatabaseWorker::changeTags(const FileActionItemInfoList& infos, in changeTags() function in Digikam::FileActionMngrDatabaseWorker
H A Ddatabaseworkeriface.h93 … void changeTags(const FileActionItemInfoList& infos, const QList<int>& tagIDs, bool addOrRemove);
/dports/sysutils/restic/restic-0.12.1/cmd/restic/
H A Dcmd_tag.go61 func changeTags(ctx context.Context, repo *repository.Repository, sn *restic.Snapshot, setTags, add… func
133 …changed, err := changeTags(ctx, repo, sn, opts.SetTags.Flatten(), opts.AddTags.Flatten(), opts.Rem…
/dports/cad/fritzing/fritzing-app-0.9.2b/src/partseditor/
H A Dpecommands.cpp94 m_peMainWindow->changeTags(m_old, true); in undo()
103 m_peMainWindow->changeTags(m_new, true); in redo()
H A Dpemainwindow.h70 void changeTags(const QStringList &, bool updateDisplay);
H A Dpemainwindow.cpp1163 changeTags(newTags, false); in tagsChanged()
1167 void PEMainWindow::changeTags(const QStringList & newTags, bool updateDisplay) in changeTags() function in PEMainWindow
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/src/scripting/scriptengine/exporters/
H A DMetaTypeExporter.h147 … Q_INVOKABLE void changeTags( const Meta::FieldHash &changes, bool respectConfig = true );
H A DMetaTypeExporter.cpp443 MetaTrackPrototype::changeTags( const Meta::FieldHash &changes, bool respectConfig ) in changeTags() function in MetaTrackPrototype
/dports/games/xboard-devel/xboard-f49e7e1/
H A Ddialogs.c1202 static void changeTags P((int n));
1226 { 0,SAME_ROW,100,NULL, (void*) &changeTags, NULL, NULL, Button, N_("save changes") },
1238 changeTags (int n) in changeTags() function
/dports/games/xboard/xboard-4.9.1/
H A Ddialogs.c1210 static void changeTags P((int n));
1234 { 0,SAME_ROW,100,NULL, (void*) &changeTags, NULL, NULL, Button, N_("commit changes") },
1246 changeTags (int n) in changeTags() function