| /template/strap/ComboStrap/ |
| H A D | PageDescription.php | 17 * The description sub key in the dokuwiki meta 18 * that has the description text 21 public const PROPERTY_NAME = "description"; 27 * @var string - the origin of the description 32 public const DESCRIPTION_PROPERTY = "description"; 34 * To indicate from where the description comes 35 * This is when it's the original dokuwiki description 39 * The origin of the description was set to frontmatter 59 …return "The description is a paragraph that describe your page. It's advertised to external applic… 64 return "Description"; [all …]
|
| /template/strap/action/ |
| H A D | metadescription.php | 11 * Take the metadata description 13 * To known more about description and [[docs:seo:seo|search engine optimization]], see: 14 …e_learning_The_descriptions_use_in_search_engines|Active learning: The description's use in search… 15 …s.google.com/search/docs/beginner/seo-starter-guide#use-the-description-meta-tag|Description secti… 20 const DESCRIPTION_META_KEY = 'description'; 21 const FACEBOOK_DESCRIPTION_PROPERTY = 'og:description'; 29 * Add a meta-data description 48 * Description 60 $description = $page->getDescriptionOrElseDokuWiki(); 61 if (empty($description)) { [all …]
|
| /template/writr/.github/ISSUE_TEMPLATE/ |
| D | feature_request.md | 11 A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] 14 A clear and concise description of what you want to happen. 17 A clear and concise description of any alternative solutions or features you've considered.
|
| D | bug_report.md | 10 ### Description subsection 12 [Description of the bug or feature]
|
| /template/darkclean/ |
| D | conf.php | 17 * This text is placed in "description" meta tag 19 $conf['tpl_mmClean']['description'] = 'page description';
|
| D | README.rst | 6 including menu, keywords and description. 19 - Description - user defined meta tag for every generated page 50 Parameter Description 55 description Description META tag. This tag is inserted on every rendered page
|
| D | header.php | 16 …<meta name="Description" content="<?php if ( $conf['tpl_mmClean']['description'] ) echo $conf['tpl…
|
| /template/myown/ |
| D | conf.php | 17 * This text is placed in "description" meta tag 19 $conf['tpl_MyOwn']['description'] = 'page description';
|
| D | README.rst | 6 including menu, keywords and description. 16 - Description - user defined meta tag for every generated page 43 Parameter Description 45 description Description META tag. This tag is inserted on every rendered page
|
| D | header.php | 18 …<meta name="Description" content="<?php if ( $conf['tpl_MyOwn']['description'] ) echo $conf['tpl_M…
|
| /template/simpleclean/ |
| D | README.rst | 6 including menu, keywords and description. 16 - Description - user defined meta tag for every generated page 43 Parameter Description 45 description Description META tag. This tag is inserted on every rendered page
|
| D | conf.php | 17 * This text is placed in "description" meta tag 19 $conf['tpl_simpleClean']['description'] = 'page description';
|
| D | header.php | 16 …<meta name="Description" content="<?php if ( $conf['tpl_simpleClean']['description'] ) echo $conf[…
|
| /template/mmzire/ |
| D | header.php | 14 …<meta name="Description" content="<?php if ( $conf['tpl_mmZire']['description'] ) echo $conf['tpl_…
|
| D | conf.php | 17 * This text is placed in "description" meta tag 19 $conf['tpl_mmZire']['description'] = 'page descirpion';
|
| /template/r7throot2/ |
| D | header.php | 14 …<meta name="Description" content="<?php if ( $conf['tpl_rsk']['description'] ) echo $conf['tpl_rsk…
|
| D | conf.php | 16 * This text is placed in "description" meta tag 18 $conf['tpl_rsk']['description'] = 'Oscar M. Lage Template - Userlinux.net';
|
| /template/mmkanso/ |
| D | header.php | 15 …<meta name="Description" content="<?php if ( $conf['tpl_mmKanso']['description'] ) echo $conf['tpl…
|
| /template/bootstrap3/js/plugins/ |
| D | semantic.js | 75 // if (! (jsonld.headline && jsonld.description)) return false; 82 // var description = jQuery.trim(jsonld.description.replace(/\t\*$/, '')) 87 …// var content = [ '<div class="row small"><div class="col-md-12">', image, description, ' ...…
|
| /template/breeze/bower_components/modular-scale/ |
| D | modular-scale.gemspec | 13 # Description of your extension 14 s.description = %q{A generalized Compass extension to build off of} 15 # A summary of your Compass extension. Should be different than Description
|
| /template/strap/ |
| H A D | composer.lock | 48 "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/mmclean/ |
| D | header.php | 15 …<meta name="Description" content="<?php if ( $conf['tpl_mmClean']['description'] ) echo $conf['tpl…
|
| /template/strap/resources/dictionary/ |
| H A D | brands.json | 28 … "web": "https://twitter.com/intent/tweet/?url=$url&text=$title%0A$description%0A&via=$via", 50 …/www.tumblr.com/widgets/share/tool?posttype=link&title=$title&caption=$description&canonicalUrl=$u… 68 "web": "mailto:?subject=$title&body=$description%20$url", 95 "mobile": "whatsapp://send?text=$description%20$url", 201 "web": "https://pinterest.com/pin/create/button/?url=$url&media=$url&description=$text", 221 …://www.linkedin.com/shareArticle?mini=true&url=$url&source=$url&title=$title&summary=$description", 241 "web": "https://reddit.com/submit/?resubmit=true&url=$url&title=$description"
|
| /template/strap/db/combo/ |
| H A D | update0022.sql | 15 DESCRIPTION TEXT, field 36 INSERT INTO pages_new (ID, PATH, PAGE_ID, PAGE_ID_ABBR, CANONICAL, NAME, TITLE, H1, DESCRIPTION, DA… 47 DESCRIPTION,
|
| /template/strap/vendor/composer/ |
| H A D | installed.json | 45 "description": "PHP 7 and 8.0 runtime for ANTLR 4", string 96 "description": "An css selector parser and converter", string 143 …"description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expr… string 201 "description": "A copy of nanoid in PHP", string 252 "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7", string 319 "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.", string 381 "description": "Handlebars processor for php", string 443 "description": "A generic function and convention to trigger deprecation notices", string 519 "description": "Symfony polyfill for ctype functions", string 601 "description": "Symfony polyfill for the Mbstring extension", string [all …]
|