Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 32) sorted by relevance

12

/web-php/styles/
H A Di-love-markdown.css8 .markdown-content *,
29 content: '# ';
32 content: '## ';
35 content: '### ';
54 content: '```';
63 content: '`';
112 content: '*';
132 content: '[';
157 content: '|';
161 content: '|';
[all …]
H A Dtheme-medium.css4 --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 Dprint.css7 #layout_2 #content, #layout_3 #content {
H A Dtheme-base.css29 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 Dhome.css84 justify-content: center;
153 #layout-content {
157 content:"\20 \00bb";
172 #layout-content {
182 #layout-content {
H A Dphp8.css1 #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 Dreleases.css5 content:"";
H A Dcalendar.css12 content: "\ab\20";
33 content: "\20\bb";
H A Dcredits.css3 section.layout-content {
H A Dadd-note.css15 #layout-content li {
/web-php/src/News/
H A DEntry.php38 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 Dfontello-codes.css2 .icon-x-twitter:before { content: '\e800'; } /* '' */
3 .icon-mastodon:before { content: '\e801'; } /* '' */
H A Dfontello.css57 .icon-x-twitter:before { content: '\e800'; } /* '' */
58 .icon-mastodon:before { content: '\e801'; } /* '' */
H A Dfontello-embedded.css60 .icon-x-twitter:before { content: '\e800'; } /* '' */
61 .icon-mastodon:before { content: '\e801'; } /* '' */
/web-php/include/
H A Dlayout.inc202 // 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 Dfooter.inc1 </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 Dsite.inc136 // 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 Dposttohost.inc16 'content' => $data,
H A Dpregen-news.inc31 '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 Dgpg-keys.inc215 echo "<h3 id='gpg-$branch' class='content-header'>PHP $branch</h3>\n";
216 echo "<div class='content-box'>\n";
H A Dheader.inc54 <meta name="viewport" content="width=device-width, initial-scale=1.0">
306 <section id="layout-content">
H A Dprepend.inc14 // Provide default content-type, charset and language information
/web-php/fonts/Font-Awesome/
H A DREADME.txt8 - 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 Dindex.php59 $content = "<div class='home-content'>"; variable
152 echo $content;
/web-php/conferences/
H A Dindex.php14 $content = "<div class='home-content'>"; variable

Completed in 95 milliseconds

12