Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 31) 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;
14 #layout-content {
16 color: var(--content-text-color);
18 #layout-content:not(:only-child) {
24 color: var(--content-text-color)
32 content:" ";
46 #layout-content a:link,
47 #layout-content a:visited {
52 #layout-content a:hover,
53 #layout-content a:focus {
[all …]
H A Dprint.css7 #layout_2 #content, #layout_3 #content {
H A Dhome.css84 justify-content: center;
152 #layout-content {
156 content:"\20 \00bb";
172 #layout-content {
182 #layout-content {
H A Dtheme-base.css29 content: "";
151 content: "";
596 #layout-content {
614 content:" ";
859 content: "»";
1164 .content-box .md5sum, .content-box .sha256 {
1169 content: "md5: ";
1180 .content-box pre {
1476 content:"\bb \20";
1534 content:"\203A";
[all …]
H A Dphp8.css1 #layout-content:only-child {
165 #layout-content .php8-section_dark a:link,
166 #layout-content .php8-section_dark a:visited {
171 #layout-content .php8-section_dark a:hover,
172 #layout-content .php8-section_dark a:focus {
229 justify-content: space-between;
343 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 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.inc137 // dir with $name and $content. Provide $exptime relatively
139 function mirror_setcookie($name, $content, $exptime)
143 return setcookie($name, $content, time() + $exptime, '/', '.php.net');
146 return setcookie($name, $content, time() + $exptime, '/');
153 // 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 Dheader.inc54 <meta name="viewport" content="width=device-width, initial-scale=1.0">
174 <section id="layout-content">
H A Dlayout.inc198 // Clean out the content of one user note for printing to HTML
370 …$image = news_image($item["newsImage"]["link"], $item["newsImage"]["content"], $item["newsImage"][…
413 {$item["content"]}
446 $classes .= "markdown-content";
H A Dgpg-keys.inc200 echo "<h3 id='gpg-$branch' class='content-header'>PHP $branch</h3>\n";
201 echo "<div class='content-box'>\n";
H A Dprepend.inc9 // 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
175 echo $content;
/web-php/conferences/
H A Dindex.php14 $content = "<div class='home-content'>"; variable

Completed in 193 milliseconds

12