Home
last modified time | relevance | path

Searched refs:content (Results 1 – 25 of 31) sorted by last modified time

12

/web-php/
H A Dcomposer.lock7 "content-hash": "c80174faaa57a5823ef1be3a2ea7003b",
H A Dindex.php59 $content = "<div class='home-content'>"; variable
175 echo $content;
/web-php/styles/
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 Dhome.css84 justify-content: center;
152 #layout-content {
156 content:"\20 \00bb";
172 #layout-content {
182 #layout-content {
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 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 Dadd-note.css15 #layout-content li {
H A Dcalendar.css12 content: "\ab\20";
33 content: "\20\bb";
/web-php/include/
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 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 Derrors.inc621 …d by Zend and not the PHP Documentation Group. Any questions about their content should be reporte…
H A Dprepend.inc9 // Provide default content-type, charset and language information
H A Dmanual-lookup.inc207 // @todo consider redirecting here, instead of including content within the 404
H A Dheader.inc54 <meta name="viewport" content="width=device-width, initial-scale=1.0">
174 <section id="layout-content">
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 Dgpg-keys.inc200 echo "<h3 id='gpg-$branch' class='content-header'>PHP $branch</h3>\n";
201 echo "<div class='content-box'>\n";
H A Dposttohost.inc16 'content' => $data,
/web-php/conferences/
H A Dindex.php14 $content = "<div class='home-content'>"; variable
/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-embedded.css60 .icon-x-twitter:before { content: '\e800'; } /* '' */
61 .icon-mastodon:before { content: '\e801'; } /* '' */
H A Dfontello.css57 .icon-x-twitter:before { content: '\e800'; } /* '' */
58 .icon-mastodon:before { content: '\e801'; } /* '' */
H A Dfontello-codes.css2 .icon-x-twitter:before { content: '\e800'; } /* '' */
3 .icon-mastodon:before { content: '\e801'; } /* '' */
/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/releases/
H A DNEWS_5_4_0_RC1.txt1119 . Fixed bug #53180 (post_max_size=0 not disabling the limit when the content
1240 . Fixed bug #52599 (iconv output handler outputs incorrect content type
1761 - Fixed bug #50940 (Custom content-length set incorrectly in Apache SAPIs).
1981 - Fixed BC break in mime_content_type(), removes the content encoding. (Scott)
3025 - Fixed bug #47217 (content-type is not set properly for file uploads). (Ilia)
3158 - Fixed bug #46696 (cURL fails in upload files with specified content-type).
3337 in the stream content). (Arnaud)
5170 - Fixed bug #37205 (Serving binary content/images fails with "comm with server
5225 - Fixed bug #36857 (Added support for partial content fetching to the
H A DNEWS_5_4_0_beta1.txt1023 . Fixed bug #53180 (post_max_size=0 not disabling the limit when the content
1144 . Fixed bug #52599 (iconv output handler outputs incorrect content type
1665 - Fixed bug #50940 (Custom content-length set incorrectly in Apache SAPIs).
1885 - Fixed BC break in mime_content_type(), removes the content encoding. (Scott)
2929 - Fixed bug #47217 (content-type is not set properly for file uploads). (Ilia)
3062 - Fixed bug #46696 (cURL fails in upload files with specified content-type).
3241 in the stream content). (Arnaud)
5074 - Fixed bug #37205 (Serving binary content/images fails with "comm with server
5129 - Fixed bug #36857 (Added support for partial content fetching to the

Completed in 197 milliseconds

12