Home
last modified time | relevance | path

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

12345678910

/dports/www/ilias/ILIAS-5.4.25/Services/Contact/BuddySystem/classes/
H A Dclass.ilBuddyList.php87 $this->setRepository(new ilBuddySystemRelationRepository($this->getOwnerId()));
99 unset(self::$instances[$this->getOwnerId()]);
161 public function getOwnerId() function in ilBuddyList
183 $owner = $this->getOwnerId();
195 $owner = $this->getOwnerId();
218 $owner = $this->getOwnerId();
230 $owner = $this->getOwnerId();
275 …return ($relation->getUserId() == $this->getOwnerId() ? $relation->getBuddyUserId() : $relation->g…
296 $relation->setUserId($this->getOwnerId());
318 if ($this->getOwnerId() == $relation->getUserId()) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Contact/BuddySystem/classes/
H A Dclass.ilBuddyList.php70 $this->setRepository(new ilBuddySystemRelationRepository($this->getOwnerId()));
82 unset(self::$instances[$this->getOwnerId()]);
144 public function getOwnerId() : int function in ilBuddyList
167 return $relation->getBuddyUsrId() === $this->getOwnerId();
178 return $relation->getUsrId() === $this->getOwnerId();
200 return $relation->getBuddyUsrId() === $this->getOwnerId();
211 return $relation->getUsrId() === $this->getOwnerId();
249 …return ($relation->getUsrId() === $this->getOwnerId() ? $relation->getBuddyUsrId() : $relation->ge…
264 $relation->setUsrId($this->getOwnerId());
285 if ($this->getOwnerId() == $relation->getUsrId()) {
[all …]
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/transitions/view/
H A Dtransitionstackview.cpp24 int clipIn = pCore->getItemPosition(m_model->getOwnerId()); in TransitionStackView()
36 QPair<int, int> aTrack = pCore->getCompositionATrack(m_model->getOwnerId().second); in refreshTracks()
47 if (!pCore->compositionAutoTrack(m_model->getOwnerId().second)) { in refreshTracks()
95 pCore->setCompositionATrack(m_model->getOwnerId().second, m_trackBox->currentData().toInt()); in updateTrack()
101 return m_model->getOwnerId(); in stackOwner()
109 bool autoTrack = pCore->compositionAutoTrack(m_model->getOwnerId().second); in checkCompoTrack()
110 … = autoTrack ? QPair<int, int>(-1, -1) : pCore->getCompositionATrack(m_model->getOwnerId().second); in checkCompoTrack()
/dports/www/drupal8/drupal-8.9.20/core/modules/node/tests/src/Kernel/
H A DNodeOwnerTest.php59 $this->assertEqual($user->id(), $english->getOwnerId());
74 $this->assertEqual(0, $english->getOwnerId());
75 $this->assertEqual(0, $german->getOwnerId());
76 $this->assertEqual(0, $italian->getOwnerId());
98 $this->assertEquals($user->id(), $node->getOwnerId());
/dports/www/drupal9/drupal-9.2.10/core/modules/node/tests/src/Kernel/
H A DNodeOwnerTest.php59 $this->assertEquals($user->id(), $english->getOwnerId());
74 $this->assertEquals(0, $english->getOwnerId());
75 $this->assertEquals(0, $german->getOwnerId());
76 $this->assertEquals(0, $italian->getOwnerId());
98 $this->assertEquals($user->id(), $node->getOwnerId());
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/TempStore/
H A DAnonymousPrivateTempStoreTest.php63 $this->assertNotEmpty($metadata1->getOwnerId());
68 $this->assertNotEmpty($metadata2->getOwnerId());
69 $this->assertEquals($metadata2->getOwnerId(), $metadata1->getOwnerId());
H A DTempStoreDatabaseTest.php89 $this->assertEqual($users[0], $metadata->getOwnerId());
93 $this->assertEqual($users[0], $metadata->getOwnerId());
119 $this->assertEqual($users[1], $metadata->getOwnerId());
123 $this->assertEqual($users[1], $metadata->getOwnerId());
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/TempStore/
H A DAnonymousPrivateTempStoreTest.php59 $this->assertNotEmpty($metadata1->getOwnerId());
64 $this->assertNotEmpty($metadata2->getOwnerId());
65 $this->assertEquals($metadata2->getOwnerId(), $metadata1->getOwnerId());
H A DTempStoreDatabaseTest.php61 $this->assertEquals($users[0], $metadata->getOwnerId());
65 $this->assertEquals($users[0], $metadata->getOwnerId());
91 $this->assertEquals($users[1], $metadata->getOwnerId());
95 $this->assertEquals($users[1], $metadata->getOwnerId());
/dports/www/ilias/ILIAS-5.4.25/Modules/Cloud/classes/
H A Dclass.ilObjCloud.php83 $ilDB->quote($this->getOwnerId(), "integer") . "," .
123 " owner_id = " . $ilDB->quote($this->getOwnerId(), "integer") . "," .
168 $new_obj->serOwnerId($this->getOwnerId());
278 public function getOwnerId() function in ilObjCloud
290 return $ilUser->getId() == $this->getOwnerId();
H A Dclass.ilCloudPlugin.php180 public function getOwnerId() function in ilCloudPlugin
184 return $cloud_object->getOwnerId();
/dports/www/ilias6/ILIAS-6.14/Modules/Cloud/classes/
H A Dclass.ilObjCloud.php82 $ilDB->quote($this->getOwnerId(), "integer") . "," .
124 " owner_id = " . $ilDB->quote($this->getOwnerId(), "integer") . "," .
171 $new_obj->serOwnerId($this->getOwnerId());
290 public function getOwnerId() function in ilObjCloud
304 return $ilUser->getId() == $this->getOwnerId();
/dports/www/nextcloud-forms/forms/lib/Controller/
H A DApiController.php177 if ($form->getOwnerId() === $this->currentUser->getUID()
356 if ($form->getOwnerId() !== $this->currentUser->getUID()) {
428 if ($form->getOwnerId() !== $this->currentUser->getUID()) {
469 if ($form->getOwnerId() !== $this->currentUser->getUID()) {
527 if ($form->getOwnerId() !== $this->currentUser->getUID()) {
621 if ($form->getOwnerId() !== $this->currentUser->getUID()) {
685 if ($form->getOwnerId() !== $this->currentUser->getUID()) {
735 if ($form->getOwnerId() !== $this->currentUser->getUID()) {
776 if ($form->getOwnerId() !== $this->currentUser->getUID()) {
827 if ($form->getOwnerId() !== $this->currentUser->getUID()) {
[all …]
/dports/multimedia/kdenlive/kdenlive-21.12.3/src/assets/keyframes/view/
H A Dkeyframeview.cpp60 int offset = pCore->getItemIn(m_model->getOwnerId()); in slotModelChanged()
68 int offset = pCore->getItemIn(m_model->getOwnerId()); in slotModelDisplayChanged()
107 int offset = pCore->getItemIn(m_model->getOwnerId()); in slotDuplicateKeyframe()
125 int offset = pCore->getItemIn(m_model->getOwnerId()); in slotAddKeyframe()
137 int offset = pCore->getItemIn(m_model->getOwnerId()); in slotAddRemove()
160 int offset = pCore->getItemIn(m_model->getOwnerId()); in slotEditType()
173 int offset = pCore->getItemIn(m_model->getOwnerId()); in slotRemoveKeyframe()
189 int offset = pCore->getItemIn(m_model->getOwnerId()); in setDuration()
215 int offset = pCore->getItemIn(m_model->getOwnerId()); in slotGoToNext()
234 int offset = pCore->getItemIn(m_model->getOwnerId()); in slotGoToPrev()
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/user/tests/src/Kernel/Migrate/d6/
H A DMigrateUserPictureD6FileTest.php42 $this->assertSame('2', $file->getOwnerId());
49 $this->assertSame('8', $file->getOwnerId());
86 $this->assertSame($uid, $file->getOwnerId());
/dports/www/drupal8/drupal-8.9.20/core/modules/node/tests/src/Functional/
H A DNodeEditFormTest.php122 …$this->assertIdentical($node->getOwnerId(), $revised_node->getOwnerId(), 'The node author has been…
173 …$this->assertIdentical($node->getOwnerId(), $this->adminUser->id(), 'Node authored by admin user.'…
275 $uid = $node->getOwnerId();
294 …$this->assertIdentical($node->getOwnerId(), $this->webUser->id(), 'Node authored by normal user.');
/dports/www/drupal9/drupal-9.2.10/core/modules/node/tests/src/Functional/
H A DNodeEditFormTest.php123 …$this->assertSame($node->getOwnerId(), $revised_node->getOwnerId(), 'The node author has been pres…
175 $this->assertSame($this->adminUser->id(), $node->getOwnerId(), 'Node authored by admin user.');
281 $uid = $node->getOwnerId();
300 $this->assertSame($this->webUser->id(), $node->getOwnerId(), 'Node authored by normal user.');
/dports/www/ilias/ILIAS-5.4.25/Modules/TestQuestionPool/classes/
H A Dclass.ilAssIncompleteQuestionPurger.php29 public function getOwnerId() function in ilAssIncompleteQuestionPurger
59 … $res = $this->db->queryF($query, array('integer', 'integer'), array($this->getOwnerId(), 0));
/dports/www/ilias6/ILIAS-6.14/Modules/TestQuestionPool/classes/
H A Dclass.ilAssIncompleteQuestionPurger.php29 public function getOwnerId() function in ilAssIncompleteQuestionPurger
59 … $res = $this->db->queryF($query, array('integer', 'integer'), array($this->getOwnerId(), 0));
/dports/www/drupal8/drupal-8.9.20/core/modules/user/tests/src/Kernel/Migrate/d6/
H A DMigrateUserPictureFileTest.php41 $this->assertIdentical('2', $file->getOwnerId());
48 $this->assertIdentical('8', $file->getOwnerId());
/dports/www/drupal9/drupal-9.2.10/core/modules/tracker/
H A Dtracker.module88 'uid' => $node->getOwnerId(),
102 ->condition('uid', $node->getOwnerId(), '<>')
144 _tracker_add($node->id(), $node->getOwnerId(), $node->getChangedTime());
153 _tracker_add($node->id(), $node->getOwnerId(), $node->getChangedTime());
177 …_tracker_add($comment->getCommentedEntityId(), $comment->getOwnerId(), $comment->getChangedTime());
180 …_tracker_remove($comment->getCommentedEntityId(), $comment->getOwnerId(), $comment->getChangedTime…
190 …_tracker_add($comment->getCommentedEntityId(), $comment->getOwnerId(), $comment->getChangedTime());
199 …_tracker_remove($comment->getCommentedEntityId(), $comment->getOwnerId(), $comment->getChangedTime…
292 $keep_subscription = ($node->getOwnerId() == $uid);
/dports/www/drupal8/drupal-8.9.20/core/modules/tracker/tests/src/Kernel/Views/
H A DTrackerUserUidTest.php77 $view->filter['uid_touch_tracker']->value = $node->getOwnerId();
95 $view->preview(NULL, [$node->getOwnerId()]);
/dports/www/drupal8/drupal-8.9.20/core/modules/views_ui/tests/src/Functional/
H A DCachedDataUITest.php38 …$this->assertEqual($temp_store->getMetadata('test_view')->getOwnerId(), $views_admin_user_uid, 'Vi…
44 …$this->assertEqual($temp_store->getMetadata('test_view')->getOwnerId(), $views_admin_user_uid, 'Th…
/dports/www/drupal9/drupal-9.2.10/core/modules/views_ui/tests/src/Functional/
H A DCachedDataUITest.php39 …$this->assertEquals($views_admin_user_uid, $temp_store->getMetadata('test_view')->getOwnerId(), 'V…
45 …$this->assertEquals($views_admin_user_uid, $temp_store->getMetadata('test_view')->getOwnerId(), 'T…
/dports/www/drupal9/drupal-9.2.10/core/modules/tracker/tests/src/Kernel/Views/
H A DTrackerUserUidTest.php77 $view->filter['uid_touch_tracker']->value = $node->getOwnerId();
95 $view->preview(NULL, [$node->getOwnerId()]);

12345678910