/web-php/styles/ |
H A D | i-love-markdown.css | 8 .markdown-content *, 29 content: '# '; 32 content: '## '; 35 content: '### '; 54 content: '```'; 63 content: '`'; 112 content: '*'; 132 content: '['; 157 content: '|'; 161 content: '|'; [all …]
|
H A D | theme-medium.css | 4 --content-background-color: #F2F2F2; 15 #layout-content { 19 #layout-content:not(:only-child) { 33 content:" "; 47 #layout-content a:link, 48 #layout-content a:visited { 53 #layout-content a:hover, 54 #layout-content a:focus { 332 justify-content: end; 472 justify-content: center; [all …]
|
H A D | print.css | 7 #layout_2 #content, #layout_3 #content {
|
H A D | theme-base.css | 29 content: ""; 151 content: ""; 533 #layout-content { 551 content:" "; 796 content: "»"; 960 .content-box .md5sum, .content-box .sha256 { 967 content: "md5: "; 978 .content-box pre { 1276 content:"\bb \20"; 1334 content:"\203A"; [all …]
|
H A D | home.css | 84 justify-content: center; 153 #layout-content { 157 content:"\20 \00bb"; 172 #layout-content { 182 #layout-content {
|
H A D | php8.css | 1 #layout-content:only-child { 162 #layout-content .php8-section_dark a:link, 163 #layout-content .php8-section_dark a:visited { 168 #layout-content .php8-section_dark a:hover, 169 #layout-content .php8-section_dark a:focus { 226 justify-content: space-between; 340 justify-content: space-between;
|
H A D | releases.css | 5 content:"";
|
H A D | calendar.css | 12 content: "\ab\20"; 33 content: "\20\bb";
|
H A D | credits.css | 3 section.layout-content {
|
H A D | add-note.css | 15 #layout-content li {
|
/web-php/src/News/ |
H A D | Entry.php | 38 protected $content = ''; variable in phpweb\\News\\Entry 91 public function setContent(string $content): self { argument 92 if (empty($content)) { 95 $this->content = $content; 139 $content = self::ce($dom, "content", null, [], $item); 144 if ($tdoc->loadXML("<div>{$this->content} </div>")) { 145 $content->setAttribute("type", "xhtml"); 146 $div = $content->appendChild($dom->createElement("div")); 153 $content->setAttribute("type", "html"); 154 $content->nodeValue = $this->content;
|
/web-php/fonts/Font-Awesome/css/ |
H A D | fontello-codes.css | 2 .icon-x-twitter:before { content: '\e800'; } /* '' */ 3 .icon-mastodon:before { content: '\e801'; } /* '' */
|
H A D | fontello.css | 57 .icon-x-twitter:before { content: '\e800'; } /* '' */ 58 .icon-mastodon:before { content: '\e801'; } /* '' */
|
H A D | fontello-embedded.css | 60 .icon-x-twitter:before { content: '\e800'; } /* '' */ 61 .icon-mastodon:before { content: '\e801'; } /* '' */
|
/web-php/include/ |
H A D | layout.inc | 202 // Clean out the content of one user note for printing to HTML 417 {$item["content"]} 443 <meta name="Description" content="{$meta_description}" /> 445 <meta name="twitter:card" content="summary_large_image" /> 446 <meta name="twitter:site" content="@official_php" /> 449 <meta name="twitter:creator" content="@official_php" /> 450 <meta name="twitter:image:src" content="{$meta_image_path}" /> 453 <meta itemprop="description" content="$meta_description" /> 454 <meta itemprop="image" content="{$meta_image_path}" /> 456 <meta property="og:image" content="{$meta_image_path}" /> [all …]
|
H A D | footer.inc | 1 </section><!-- layout-content --> 3 if (!empty($config['spanning-content'])) { 4 echo "<div class='spanning-content'>"; 5 echo $config['spanning-content']; 63 <div class="container footer-content">
|
H A D | site.inc | 136 // dir with $name and $content. Provide $exptime relatively 138 function mirror_setcookie($name, $content, $exptime) 142 return setcookie($name, $content, time() + $exptime, '/', '.php.net'); 145 return setcookie($name, $content, time() + $exptime, '/'); 152 // pages where the content should not be publicly cached
|
H A D | posttohost.inc | 16 'content' => $data,
|
H A D | pregen-news.inc | 31 'content' => '<div> 119 'content' => '<div> 168 'content' => '<div> 217 'content' => '<div> 261 'content' => '<div> 352 'content' => '<div> 399 'content' => '<div> 443 'content' => '<div> 492 'content' => '<div> 530 'content' => '<div> [all …]
|
H A D | gpg-keys.inc | 215 echo "<h3 id='gpg-$branch' class='content-header'>PHP $branch</h3>\n"; 216 echo "<div class='content-box'>\n";
|
H A D | header.inc | 54 <meta name="viewport" content="width=device-width, initial-scale=1.0"> 306 <section id="layout-content">
|
H A D | prepend.inc | 14 // Provide default content-type, charset and language information
|
/web-php/fonts/Font-Awesome/ |
H A D | README.txt | 8 - Usually, it's enough to publish content of LICENSE.txt file somewhere on your 19 Comments on archive content 28 - demo.html - demo file, to show your webfont content 51 content. See fontello source code for examples.
|
/web-php/ |
H A D | index.php | 59 $content = "<div class='home-content'>"; variable 152 echo $content;
|
/web-php/conferences/ |
H A D | index.php | 14 $content = "<div class='home-content'>"; variable
|