Home
last modified time | relevance | path

Searched defs:meta_description (Results 1 – 21 of 21) sorted by relevance

/dports/www/py-django-cms/django-cms-3.7.1/cms/models/
H A Dtitlemodels.py32 meta_description = models.TextField(_("description"), blank=True, null=True, variable in Title
157 meta_description = "" variable in EmptyTitle
/dports/www/py-django-cms/django-cms-3.7.1/cms/
H A Dapi.py103 apphook=None, apphook_namespace=None, redirect=None, meta_description=None, argument
217 redirect=None, meta_description=None, parent=None, argument
/dports/www/py-django-cms/django-cms-3.7.1/cms/forms/
H A Dwizards.py52 meta_description = None variable in CreateCMSPageForm
/dports/www/thirtybees/thirtybees-1.1.0/classes/
H A DCMS.php64 public $meta_description; variable in CMSCore
H A DSupplier.php65 public $meta_description; variable in SupplierCore
H A DManufacturer.php70 public $meta_description; variable in ManufacturerCore
H A DCMSCategory.php87 public $meta_description; variable in CMSCategoryCore
H A DCategory.php99 public $meta_description; variable in CategoryCore
H A DProduct.php143 public $meta_description; variable in ProductCore
/dports/finance/prestashop/prestashop/classes/
H A DCMS.php37 public $meta_description; variable in CMSCore
H A DSupplier.php59 public $meta_description; variable in SupplierCore
H A DManufacturer.php62 public $meta_description; variable in ManufacturerCore
H A DCMSCategory.php61 public $meta_description; variable in CMSCategoryCore
H A DCategory.php74 public $meta_description; variable in CategoryCore
H A DProduct.php184 public $meta_description; variable in ProductCore
/dports/www/thirtybees/thirtybees-1.1.0/modules/beesblog/classes/
H A DBeesBlogCategory.php78 public $meta_description; variable in BeesBlogModule\\BeesBlogCategory
H A DBeesBlogPost.php95 public $meta_description; variable in BeesBlogModule\\BeesBlogPost
/dports/finance/prestashop/prestashop/install/upgrade/sql/
H A D1.1.0.1.sql81 meta_description VARCHAR(255) DEFAULT NULL, field
/dports/www/py-django-cms/django-cms-3.7.1/cms/admin/
H A Dforms.py129 meta_description = forms.CharField(label=_('Description meta tag'), required=False, variable in BasePageForm
304 meta_description = None variable in AddPageTypeForm
/dports/www/ephemera/ephemera-6.34/
H A Dephemera.c125 *meta_language = NULL, *meta_robots = NULL, *meta_description = NULL, variable
/dports/devel/py-orange-canvas-core/orange-canvas-core-0.1.20/orangecanvas/canvas/items/
H A Dnodeitem.py1394 def from_node_meta(cls, meta_description): argument