Home
last modified time | relevance | path

Searched refs:isPublished (Results 201 – 225 of 319) sorted by relevance

12345678910>>...13

/dports/www/drupal8/drupal-8.9.20/core/modules/jsonapi/tests/src/Traits/
H A DCommonCollectionFilterAccessTestPatternsTrait.php142 $this->assertTrue($this->entity->isPublished());
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/tests/src/Functional/
H A DTermTranslationUITest.php200 …tEquals($status, $this->manager->getTranslationMetadata($translation)->isPublished(), 'The transla…
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dnamespacedef.h140 bool isPublished=false);
H A Dnamespacedef.cpp58 bool isPublished=false);
166 bool isPublished) in createNamespaceDef() argument
168 return new NamespaceDefImpl(defFileName,defLine,defColumn,name,ref,refFile,type,isPublished); in createNamespaceDef()
258 bool isPublished) : in NamespaceDefImpl() argument
260 ,m_isPublished(isPublished) in NamespaceDefImpl()
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/tests/src/Functional/
H A DTermTranslationUITest.php201 …tEquals($status, $this->manager->getTranslationMetadata($translation)->isPublished(), 'The transla…
/dports/www/drupal9/drupal-9.2.10/core/modules/jsonapi/tests/src/Traits/
H A DCommonCollectionFilterAccessTestPatternsTrait.php142 $this->assertTrue($this->entity->isPublished());
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/tinymce4/plugins/tinyzenpage/
H A Dtinyzenpage-functions.php60 if (!$obj->isPublished()) {
576 if (!$page->isPublished()) {
/dports/dns/kf5-kdnssd/kdnssd-5.89.0/src/
H A Dmdnsd-publicservice.cpp110 bool PublicService::isPublished() const in isPublished() function in KDNSSD::PublicService
H A Davahi-publicservice.cpp126 bool PublicService::isPublished() const in isPublished() function in KDNSSD::PublicService
/dports/www/drupal8/drupal-8.9.20/core/modules/content_moderation/src/Plugin/WorkflowType/
H A DContentModeration.php310 return $this->getState($entity->isPublished() ? 'published' : 'draft');
/dports/www/drupal9/drupal-9.2.10/core/modules/content_moderation/src/Plugin/WorkflowType/
H A DContentModeration.php312 return $this->getState($entity->isPublished() ? 'published' : 'draft');
/dports/www/grafana8/grafana-8.3.6/public/app/features/plugins/admin/components/InstallControls/
H A DInstallControls.tsx71 if (!plugin.isPublished) {
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/javax/xml/ws/xsanymixed/
H A DTest.java101 if (endpoint != null && endpoint.isPublished()) { in stopWebservice()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/javax/xml/ws/xsanymixed/
H A DTest.java101 if (endpoint != null && endpoint.isPublished()) { in stopWebservice()
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dennwc/graphql/
H A Dexecutor_schema_test.go217 isPublished,
/dports/net/storj/storj-1.45.3/vendor/github.com/graphql-go/graphql/
H A Dexecutor_schema_test.go217 isPublished,
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/zenpage/
H A Dclass-zenpagepage.php308 if (!$this->isPublished()) {
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/tests/src/Functional/
H A DCommentTranslationUITest.php154 …->manager->getTranslationMetadata($entity->getTranslation($langcode))->isPublished(), 'The transla…
/dports/www/drupal9/drupal-9.2.10/core/modules/node/src/
H A DNodeForm.php142 '#markup' => $node->isPublished() ? $this->t('Published') : $this->t('Not published'),
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/tests/src/Functional/
H A DCommentTranslationUITest.php155 …->manager->getTranslationMetadata($entity->getTranslation($langcode))->isPublished(), 'The transla…
/dports/www/drupal9/drupal-9.2.10/core/modules/content_translation/src/
H A DContentTranslationHandler.php456 $status = $new_translation || $metadata->isPublished();
464 ->isPublished();
/dports/www/drupal8/drupal-8.9.20/core/modules/media/tests/src/FunctionalJavascript/
H A DMediaUiJavascriptTest.php187 $this->assertFalse($unpublished_media->isPublished());
/dports/www/drupal8/drupal-8.9.20/core/modules/node/src/
H A DNodeForm.php142 '#markup' => $node->isPublished() ? $this->t('Published') : $this->t('Not published'),
/dports/www/drupal9/drupal-9.2.10/core/modules/media/tests/src/FunctionalJavascript/
H A DMediaUiJavascriptTest.php187 $this->assertFalse($unpublished_media->isPublished());
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dclass-album.php507 if ($mine || $thumb->isPublished()) {
542 if (($subalbum->isPublished() && empty($pwd)) || $subalbum->isMyItem(LIST_RIGHTS)) {
875 if (GALLERY_SECURITY != 'public' && $this->isPublished() && $action == LIST_RIGHTS) {
926 if (!$this->isPublished()) {

12345678910>>...13