Home
last modified time | relevance | path

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

1234

/template/strap/ComboStrap/
H A DPageDescription.php136 $description = $value[self::ABSTRACT_KEY];
137 if ($description !== null) {
141 parent::setFromStoreValueWithoutException($description);
256 $description = str_replace("\n", " ", $value);
260 $description = str_replace($resourceCombo->getH1OrDefault(), "", $description);
263 $description = preg_replace('/(\*|\t|About)/im', "", $description);
265 return trim(preg_replace('/ /m', " ", $description));
H A DLinkMarkup.php341 $description = PageDescription::createForPage($page)->getValueOrDefault();
343 $description = $description . " ($acronym)";
345 $outputAttributes->addOutputAttributeValue("title", $description);
364 $description = ucfirst($this->markupRef->getUrl()->getFragment());
365 if ($description !== "") {
366 $description = str_replace("_", " ", $description);
367 $outputAttributes->addOutputAttributeValue("title", $description);
H A DSite.php661 * @param string $description
664 public static function setTagLine(string $description) argument
667 $conf['tagline'] = $description;
671 * @param string $description
674 public static function setDescription(string $description) argument
676 self::setTagLine($description);
H A DMarkupPath.php158 private $description; variable in ComboStrap\\MarkupPath
537 return $this->description->getValue();
547 return $this->description->getValueOrDefault();
1478 function setDescription($description): MarkupPath argument
1481 $this->description
1482 ->setValue($description)
1638 $this->description = PageDescription::createForPage($this);
H A DLdJson.php288 $ldJson['description'] = $tag;
/template/strap/action/
H A Dmetadescription.php60 $description = $page->getDescriptionOrElseDokuWiki();
61 if (empty($description)) {
72 "content" => $description
80 "content" => $description
H A Dmetatwitter.php133 $description = $page->getDescriptionOrElseDokuWiki();
134 if (!empty($description)) {
136 $twitterMeta[self::META_DESCRIPTION] = StringUtility::truncateString($description, 200);
/template/strap/
H A Dcomposer.lock48 "description": "PHP 7 and 8.0 runtime for ANTLR 4",
96 "description": "An css selector parser and converter",
140 …"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expr…
195 "description": "A copy of nanoid in PHP",
243 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
307 "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
366 "description": "Handlebars processor for php",
425 "description": "A generic function and convention to trigger deprecation notices",
498 "description": "Symfony polyfill for ctype functions",
577 "description": "Symfony polyfill for the Mbstring extension",
[all …]
/template/strap/ComboStrap/Meta/Form/
H A DFormMetaField.php73 private $description; variable in ComboStrap\\Meta\\Form\\FormMetaField
112 $this->description = $name;
283 if ($this->description != null) {
284 $associative[self::DESCRIPTION_ATTRIBUTE] = $this->description;
378 $this->description = $string;
/template/twigstarter/
Dcomposer.lock64 "description": "Symfony polyfill for ctype functions",
146 "description": "Symfony polyfill for the Mbstring extension",
223 … "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
309 "description": "Twig, the flexible, fast, and secure template language for PHP",
/template/myown/
DREADME.rst6 including menu, keywords and description.
45 description Description META tag. This tag is inserted on every rendered page
/template/simpleclean/
DREADME.rst6 including menu, keywords and description.
45 description Description META tag. This tag is inserted on every rendered page
/template/apricot/css/
Dstructure.css25 #dokuwiki__header p.description {
/template/darkclean/
DREADME.rst6 including menu, keywords and description.
55 description Description META tag. This tag is inserted on every rendered page
/template/spacious/css/
Dspacious-responsive.css180 #site-description {
220 #featured-slider .entry-description-container {
339 .better-responsive-menu #site-description {
484 #featured-slider .entry-description-container {
573 .author-box .author-description-wrapper {
/template/strap/ComboStrap/Tag/
H A DWebCodeTag.php480 $description = "Code from the page '" . $pageTitle . "' \n" . wl($ID, $absolute = true);
483 '<input type="hidden" name="description" value="' . htmlentities($description) . '"/>' .
/template/breeze/bower_components/modular-scale/
Dmodular-scale.gemspec14 s.description = %q{A generalized Compass extension to build off of}
/template/gtopia/
Dsystem.css135 .form-item .description {
518 div.password-description {
524 div.password-description ul {
Dstyle.css60 table#content-field-overview tr.content-add-new .description{
149 .filefield-generic-edit-description{
157 .filefield-generic-edit .description{
254 form.fivestar-widget div.description{
801 .form-item .description{
1184 div.password-description{
1191 div.password-description ul{
1312 #user-admin-settings fieldset .description{
1344 .form-item .description{
1621 .order-pane-table .product-description{
[all …]
Dnew.css1description{margin-bottom:0;}table#content-field-overview .content-new{font-weight:bold;padding-bo…
/template/twentyfifteen/css/
Ddesign.less87 .site-description {
403 .site-description {
/template/klean/css/
Dklean-responsive.css72 body:not(.blog) .site-header .site-branding h2.site-description {
/template/flat/css/
DcustomFlat.css88 #masthead .site-description, .hentry .entry-meta{font-family:Open Sans Condensed}
/template/pinboard/css/
Dpinboard-functions.css134 #site-description,
/template/parallax/css/
Dparallax-responsive.css184 header#cc-header .span5 div.blog-description {

1234