Searched refs:description (Results 1 – 15 of 15) sorted by relevance
/web-php/releases/8.0/ |
H A D | common.php | 24 function common_header(string $description): void { argument 29 $meta_description = \htmlspecialchars($description);
|
/web-php/releases/8.1/ |
H A D | common.php | 20 function common_header(string $description): void { argument 25 $meta_description = \htmlspecialchars($description);
|
/web-php/releases/8.2/ |
H A D | common.php | 20 function common_header(string $description): void { argument 25 $meta_description = \htmlspecialchars($description);
|
/web-php/releases/8.3/ |
H A D | common.php | 20 function common_header(string $description): void { argument 25 $meta_description = \htmlspecialchars($description);
|
/web-php/releases/8.4/ |
H A D | common.php | 21 function common_header(string $description): void { argument 26 $meta_description = \htmlspecialchars($description);
|
/web-php/js/ |
H A D | search.js | 23 .map(([id, [name, description, tag]]) => { 54 description, 385 const description = 387 ? `${item.type} • ${item.description}` 388 : item.description; 411 ${escape(description)}
|
H A D | common.js | 258 node.description.toLowerCase().contains(term) || 264 ${node.name}: ${node.description}
|
/web-php/ |
H A D | composer.lock | 274 "description": "Restarts a process without Xdebug.", 618 "description": "A PHP parser written in PHP", 932 "description": "Invoke callables with a timeout", 992 "description": "Simple template engine.", 1052 "description": "Utility class for timing", 1142 "description": "The PHP Unit Testing framework.", 1531 "description": "Async DNS resolver for ReactPHP", 1895 "description": "Library for parsing CLI options", 2204 "description": "Diff implementation", 2411 "description": "Snapshotting of global state", [all …]
|
/web-php/include/ |
H A D | mozsearch.inc | 3 description="PHP.net - Search"
|
H A D | layout.inc | 281 // Print event description 316 <tr bgcolor="#eeeeee" class="description"><td> 319 // Print long description 448 <meta name="twitter:description" content="{$meta_description}" /> 453 <meta itemprop="description" content="$meta_description" /> 457 <meta property="og:description" content="$meta_description" />
|
/web-php/styles/ |
H A D | theme-medium.css | 124 .dc-description { 160 .refsect1 .dc-description, 161 .docs .sect1 .dc-description, 652 .search-modal__result-description { 661 .search-modal__result:hover .search-modal__result-description { 822 .refsect1 .dc-description, 823 .docs .sect1 .dc-description {
|
H A D | calendar.css | 133 .calendar-day .vevent tr.description td {
|
H A D | theme-base.css | 1085 .refsect1 .dc-description, 1086 .refsect1 .dc-description code, 1087 .docs .sect1 .dc-description, 1088 .docs .sect1 .dc-description code { 1126 .refsect1 .dc-description, 1127 .docs .sect1 .dc-description {
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 3157 - Fixed bug #46732 (mktime.year description is wrong). (Derick)
|
H A D | NEWS_5_4_0_beta1.txt | 3061 - Fixed bug #46732 (mktime.year description is wrong). (Derick)
|
Completed in 53 milliseconds