Home
last modified time | relevance | path

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

12345678910>>...13

/dports/www/drupal9/drupal-9.2.10/core/modules/node/tests/src/Functional/Views/
H A DBulkFormTest.php106 $this->assertTrue($node->isPublished(), 'Node is initially published');
107 … $this->assertTrue($node->getTranslation('en-gb')->isPublished(), 'Node translation is published');
108 $this->assertTrue($node->getTranslation('it')->isPublished(), 'Node translation is published');
115 $this->assertFalse($node->isPublished(), 'Node has been unpublished');
116 …$this->assertTrue($node->getTranslation('en-gb')->isPublished(), 'Node translation has not been un…
117 …$this->assertTrue($node->getTranslation('it')->isPublished(), 'Node translation has not been unpub…
126 $this->assertTrue($node->isPublished(), 'Node has been published again');
205 …$this->assertFalse($node->getTranslation('en')->isPublished(), '1: English translation has been un…
207 …$this->assertFalse($node->getTranslation('it')->isPublished(), '1: Italian translation has been un…
216 $this->assertFalse($node->isPublished(), '4: Node has been unpublished');
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/node/tests/src/Functional/Views/
H A DBulkFormTest.php106 $this->assertTrue($node->isPublished(), 'Node is initially published');
107 … $this->assertTrue($node->getTranslation('en-gb')->isPublished(), 'Node translation is published');
108 $this->assertTrue($node->getTranslation('it')->isPublished(), 'Node translation is published');
115 $this->assertFalse($node->isPublished(), 'Node has been unpublished');
116 …$this->assertTrue($node->getTranslation('en-gb')->isPublished(), 'Node translation has not been un…
117 …$this->assertTrue($node->getTranslation('it')->isPublished(), 'Node translation has not been unpub…
126 $this->assertTrue($node->isPublished(), 'Node has been published again');
205 …$this->assertFalse($node->getTranslation('en')->isPublished(), '1: English translation has been un…
207 …$this->assertFalse($node->getTranslation('it')->isPublished(), '1: Italian translation has been un…
216 $this->assertFalse($node->isPublished(), '4: Node has been unpublished');
[all …]
/dports/www/owncloud/owncloud/apps/dav/lib/CalDAV/Publishing/Xml/
H A DPublisher.php36 protected $isPublished; variable in OCA\\DAV\\CalDAV\\Publishing\\Xml\\Publisher
40 * @param boolean $isPublished
42 public function __construct($publishUrl, $isPublished) { argument
44 $this->isPublished = $isPublished;
74 if (!$this->isPublished) {
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/CalDAV/Publishing/Xml/
H A DPublisher.php39 protected $isPublished; variable in OCA\\DAV\\CalDAV\\Publishing\\Xml\\Publisher
43 * @param boolean $isPublished
45 public function __construct($publishUrl, $isPublished) { argument
47 $this->isPublished = $isPublished;
77 if (!$this->isPublished) {
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AndroidEnterprise/
H A DWebApp.php24 public $isPublished; variable in Google_Service_AndroidEnterprise_WebApp
52 public function setIsPublished($isPublished) argument
54 $this->isPublished = $isPublished;
58 return $this->isPublished;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AndroidEnterprise/
H A DWebApp.php24 public $isPublished; variable in Google_Service_AndroidEnterprise_WebApp
52 public function setIsPublished($isPublished) argument
54 $this->isPublished = $isPublished;
58 return $this->isPublished;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Runtime/DebugEngine/
H A DProgramPublisher.cs23 private bool isPublished = false; field in System.Workflow.Runtime.DebugEngine.ProgramPublisher
43 if (isPublished) in Publish()
61 return this.isPublished; in Publish()
73 this.isPublished = true; in PublisherThreadFunc()
84 if (!isPublished) in Unpublish()
126 this.isPublished = false; in UnpublishThreadFunc()
/dports/www/drupal8/drupal-8.9.20/core/modules/content_moderation/tests/src/Kernel/
H A DEntityOperationsTest.php78 $this->assertFalse($page->isPublished());
89 $this->assertTrue($page->isPublished());
119 $this->assertTrue($page->isPublished());
129 $this->assertTrue($page->isPublished());
151 $this->assertTrue($page->isPublished());
170 $this->assertTrue($page->isPublished());
180 $this->assertFalse($new_revision->isPublished());
H A DModerationStateFieldItemListTest.php77 $this->assertFalse($this->testNode->isPublished());
198 $this->assertEquals($first_published, $this->testNode->isPublished());
203 $this->assertEquals($second_published, $this->testNode->isPublished());
266 $this->assertTrue($test_node->isPublished());
269 $this->assertTrue($test_node->isPublished());
282 $this->assertEquals($published, $this->testNode->isPublished());
288 $this->assertEquals($published, $unserialized->isPublished());
429 $this->assertTrue($node->isPublished());
430 $this->assertFalse($translation->isPublished());
H A DContentModerationStateTest.php116 $this->assertFalse($entity->isPublished());
324 $this->assertFalse($french_node->isPublished());
343 $this->assertTrue($french_node->isPublished());
345 $this->assertTrue($french_node->isPublished());
354 $this->assertTrue($english_node->isPublished());
358 $this->assertTrue($french_node->isPublished());
363 $this->assertFalse($french_node->isPublished());
371 $this->assertTrue($french_node->isPublished());
399 $this->assertFalse($french_node->isPublished());
426 $this->assertFalse($node->isPublished());
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/content_moderation/tests/src/Kernel/
H A DEntityOperationsTest.php78 $this->assertFalse($page->isPublished());
89 $this->assertTrue($page->isPublished());
119 $this->assertTrue($page->isPublished());
129 $this->assertTrue($page->isPublished());
151 $this->assertTrue($page->isPublished());
170 $this->assertTrue($page->isPublished());
180 $this->assertFalse($new_revision->isPublished());
H A DModerationStateFieldItemListTest.php80 $this->assertFalse($this->testNode->isPublished());
201 $this->assertEquals($first_published, $this->testNode->isPublished());
206 $this->assertEquals($second_published, $this->testNode->isPublished());
269 $this->assertTrue($test_node->isPublished());
272 $this->assertTrue($test_node->isPublished());
285 $this->assertEquals($published, $this->testNode->isPublished());
291 $this->assertEquals($published, $unserialized->isPublished());
449 $this->assertTrue($node->isPublished());
450 $this->assertFalse($translation->isPublished());
H A DContentModerationStateTest.php117 $this->assertFalse($entity->isPublished());
325 $this->assertFalse($french_node->isPublished());
344 $this->assertTrue($french_node->isPublished());
346 $this->assertTrue($french_node->isPublished());
355 $this->assertTrue($english_node->isPublished());
359 $this->assertTrue($french_node->isPublished());
364 $this->assertFalse($french_node->isPublished());
372 $this->assertTrue($french_node->isPublished());
400 $this->assertFalse($french_node->isPublished());
427 $this->assertFalse($node->isPublished());
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/media/tests/src/Functional/
H A DMediaBulkFormTest.php93 …$this->assertFalse($this->storage->loadUnchanged(1)->isPublished(), 'The unpublish action failed i…
94 …$this->assertFalse($this->storage->loadUnchanged(2)->isPublished(), 'The unpublish action failed i…
95 …$this->assertFalse($this->storage->loadUnchanged(3)->isPublished(), 'The unpublish action failed i…
103 …$this->assertTrue($this->storage->loadUnchanged(1)->isPublished(), 'The publish action failed in s…
104 …$this->assertTrue($this->storage->loadUnchanged(2)->isPublished(), 'The publish action failed in s…
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/tests/src/Kernel/
H A DCommentActionsTest.php109 $this->assertTrue($this->comment->isPublished());
113 $this->assertFalse($this->comment->isPublished(), 'Comment was unpublished');
118 $this->assertTrue($this->comment->isPublished(), 'Comment was published');
145 $this->assertTrue($this->comment->isPublished(), 'The comment status was set to published.');
150 … $this->assertFalse($this->comment->isPublished(), 'The comment status was set to not published.');
156 … $this->assertFalse($this->comment->isPublished(), 'The comment status was set to not published.');
/dports/devel/msbuild/msbuild-0.06/src/Tasks/
H A DResolveManifestFiles.cs781 _isPublished = isPublished; in PublishFlags()
788 bool isPublished = false; in GetAssemblyFlags()
797 isPublished = true; in GetAssemblyFlags()
801 isPublished = false; in GetAssemblyFlags()
808 isPublished = false; in GetAssemblyFlags()
821 bool isPublished = false; in GetFileFlags()
830 isPublished = true; in GetFileFlags()
834 isPublished = false; in GetFileFlags()
838 isPublished = true; in GetFileFlags()
855 bool isPublished = false; in GetSatelliteFlags()
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/media/tests/src/Functional/
H A DMediaBulkFormTest.php93 …$this->assertFalse($this->storage->loadUnchanged(1)->isPublished(), 'The unpublish action failed i…
94 …$this->assertFalse($this->storage->loadUnchanged(2)->isPublished(), 'The unpublish action failed i…
95 …$this->assertFalse($this->storage->loadUnchanged(3)->isPublished(), 'The unpublish action failed i…
103 …$this->assertTrue($this->storage->loadUnchanged(1)->isPublished(), 'The publish action failed in s…
104 …$this->assertTrue($this->storage->loadUnchanged(2)->isPublished(), 'The publish action failed in s…
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Action/
H A DPublishActionTest.php56 $this->assertFalse($entity->isPublished());
58 $this->assertTrue($entity->isPublished());
74 $this->assertTrue($entity->isPublished());
76 $this->assertFalse($entity->isPublished());
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Action/
H A DPublishActionTest.php55 $this->assertFalse($entity->isPublished());
57 $this->assertTrue($entity->isPublished());
73 $this->assertTrue($entity->isPublished());
75 $this->assertFalse($entity->isPublished());
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/tests/src/Functional/
H A DCommentActionsTest.php39 $this->assertTrue($comment->isPublished() === FALSE, 'Comment was unpublished');
44 $this->assertTrue($comment->isPublished() === TRUE, 'Comment was published');
70 $this->assertTrue($comment->isPublished() === TRUE, 'The comment status was set to published.');
73 …$this->assertTrue($comment->isPublished() === FALSE, 'The comment status was set to not published.…
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/AdExchangeBuyer/
H A DPublisherProfileApiProto.php27 public $isPublished; variable in Google_Service_AdExchangeBuyer_PublisherProfileApiProto
94 public function setIsPublished($isPublished) argument
96 $this->isPublished = $isPublished;
100 return $this->isPublished;
/dports/deskutils/egroupware/egroupware/vendor/bigbluebutton/bigbluebutton-api-php/src/Core/
H A DRecord.php30 private $isPublished; variable in BigBlueButton\\Core\\Record
48 $this->isPublished = $xml->published->__toString() === 'true';
88 public function isPublished() function in BigBlueButton\\Core\\Record
90 return $this->isPublished;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AdExchangeBuyer/
H A DPublisherProfileApiProto.php28 public $isPublished; variable in Google_Service_AdExchangeBuyer_PublisherProfileApiProto
106 public function setIsPublished($isPublished) argument
108 $this->isPublished = $isPublished;
112 return $this->isPublished;
/dports/www/drupal8/drupal-8.9.20/core/modules/content_translation/tests/src/Functional/
H A DContentTranslationMetadataFieldsTest.php77 $published = $metadata_source_translation->isPublished();
82 …$this->assertEqual($published, $metadata_target_translation->isPublished(), 'Metadata published fi…
92 …$this->assertEqual($published, $metadata_target_translation->isPublished(), 'Metadata published fi…
138 …s->assertNotEqual($metadata_source_translation->isPublished(), $metadata_target_translation->isPub…
/dports/www/drupal9/drupal-9.2.10/core/modules/content_translation/tests/src/Functional/
H A DContentTranslationMetadataFieldsTest.php77 $published = $metadata_source_translation->isPublished();
82 …$this->assertEquals($published, $metadata_target_translation->isPublished(), 'Metadata published f…
92 …$this->assertEquals($published, $metadata_target_translation->isPublished(), 'Metadata published f…
138 …->assertNotEquals($metadata_source_translation->isPublished(), $metadata_target_translation->isPub…

12345678910>>...13