/web-php/fonts/Fira/ |
H A D | fira.css | 3 src: url('/fonts/Fira/eot/FiraSans-Book.eot'); 6 url('/fonts/Fira/woff2/FiraSans-Book.woff2') format('woff2'), 7 url('/fonts/Fira/woff/FiraSans-Book.woff') format('woff'), 9 url('/fonts/Fira/ttf/FiraSans-Book.ttf') format('truetype'); 17 src: url('/fonts/Fira/eot/FiraSans-BookItalic.eot'); 31 src: url('/fonts/Fira/eot/FiraSans-Medium.eot'); 35 url('/fonts/Fira/woff/FiraSans-Medium.woff') format('woff'), 45 src: url('/fonts/Fira/eot/FiraSans-MediumItalic.eot'); 59 src: url('/fonts/Fira/eot/FiraMono-Regular.eot'); 73 src: url('/fonts/Fira/eot/FiraMono-Bold.eot'); [all …]
|
/web-php/ |
H A D | composer.lock | 64 "url": "https://clue.engineering/support", 68 "url": "https://github.com/clue", 139 "url": "https://packagist.com", 143 "url": "https://github.com/composer", 220 "url": "https://packagist.com", 224 "url": "https://github.com/composer", 286 "url": "https://packagist.com", 290 "url": "https://github.com/composer", 505 "url": "https://github.com/keradus", 690 "url": "https://github.com/theseer", [all …]
|
H A D | index.php | 166 foreach (array_slice($entries, 0, 4) as $url => $title) { 168 $announcements .= "<li><a href='$url' title='$title'>$title</a></li>";
|
H A D | .gitmodules | 3 url = git@github.com:php/web-php-distributions.git
|
H A D | cal.php | 358 $sdesc, $id, $ldesc, $url, $recur, $tipo, $sdato, $edato, $category 373 'url' => $url,
|
/web-php/tests/EndToEnd/ |
H A D | SmokeTest.php | 13 public function testUrlReturnsSuccessfulHttpResponseStatusCode(string $url): void argument 21 CURLOPT_URL => $url, 32 $url, 68 $url = sprintf( 74 yield $url => [ 75 $url,
|
/web-php/styles/ |
H A D | mirror.css | 3 background-image: url(/images/box-0.gif); 6 background-image: url(/images/caret-u.gif); 9 background-image: url(/images/caret-t.gif); 12 background-image: url(/images/box-1.gif); 17 background-image: url(/images/leftbar.png); 20 background-image: url(/images/rightbar.png); 25 background-image: url(/images/dialog-information.png); 28 background-image: url(/images/dialog-warning.png); 36 background-image: url(/images/notes-features.png); 85 #mirrors-container .mirrors-list .mirror .url {
|
H A D | calendar.css | 93 .vevent .url { 102 .vevent .url b { 123 .calendar-day .vevent .url { 129 .calendar-day .vevent .url b {
|
H A D | php8.css | 319 …background: url("/images/php8/icon_arrow.svg") scroll no-repeat center center / contain transparen… 367 background: url("/images/php8/anchor.svg") scroll no-repeat left center / 21px 16px transparent;
|
H A D | theme-medium.css | 10 background-image: url('/images/bg-texture-00.svg');
|
H A D | theme-base.css | 1410 background: var(--dark-blue-color) url(/images/mobile-menu.png) no-repeat center center;
|
/web-php/fonts/Font-Awesome/css/ |
H A D | fontello.css | 3 src: url('/fonts/Font-Awesome/font/fontello.eot?96103027'); 4 src: url('/fonts/Font-Awesome/font/fontello.eot?96103027#iefix') format('embedded-opentype'), 5 url('/fonts/Font-Awesome/font/fontello.woff2?96103027') format('woff2'), 6 url('/fonts/Font-Awesome/font/fontello.woff?96103027') format('woff'), 7 url('/fonts/Font-Awesome/font/fontello.ttf?96103027') format('truetype'), 8 url('/fonts/Font-Awesome/font/fontello.svg?96103027#fontello') format('svg'); 18 src: url('../font/fontello.svg?96103027#fontello') format('svg');
|
H A D | fontello-embedded.css | 3 src: url('../font/fontello.eot?45772380'); 4 src: url('../font/fontello.eot?45772380#iefix') format('embedded-opentype'), 5 url('../font/fontello.svg?45772380#fontello') format('svg'); 11 …src: url('data:application/octet-stream;base64,d09GRgABAAAAAA2wAA8AAAAAF7QAAQAAAAAAAAAAAAAAAAAAAAA… 12 …url('data:application/octet-stream;base64,AAEAAAAPAIAAAwBwR1NVQiCLJXoAAAD8AAAAVE9TLzI+I0oqAAABUAAA… 20 src: url('../font/fontello.svg?45772380#fontello') format('svg');
|
/web-php/js/ |
H A D | usernotes.js | 7 var url = $(this).attr("href"); 8 var id = url.match(/\?id=(\d+)/)[1]; 11 url: url,
|
H A D | common.js | 419 url: '/images/elephpants.php?count=' + count, 426 link.attr('href', photo.url); 586 var url = $(this).attr("href"); 587 var id = url.match(/\?id=(\d+)/)[1]; 590 url: url,
|
/web-php/releases/ |
H A D | index.php | 198 foreach ($announcement as $ann => $url) { 199 echo "<a href=\"$url\">$ann</a> "; 202 $url = str_replace(".", "_", $ver); 203 echo "<a href=\"/releases/{$url}.php\">English</a>";
|
H A D | NEWS_5_4_0_RC1.txt | 1836 - Fixed bug #50219 (soap call Segmentation fault on a redirected url). 2805 - Fixed bug #43008 (php://filter uris ignore url encoded filternames and can't 3868 - Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags). 4830 - Fixed bug #38661 (mixed-case URL breaks url-wrappers). (Ilia) 5878 - Fixed bug #34478 (Incorrect parsing of url's fragment (#...)). (Dmitry)
|
H A D | NEWS_5_4_0_beta1.txt | 1740 - Fixed bug #50219 (soap call Segmentation fault on a redirected url). 2709 - Fixed bug #43008 (php://filter uris ignore url encoded filternames and can't 3772 - Fixed bug #41600 (url rewriter tags doesn't work with namespaced tags). 4734 - Fixed bug #38661 (mixed-case URL breaks url-wrappers). (Ilia) 5782 - Fixed bug #34478 (Incorrect parsing of url's fragment (#...)). (Dmitry)
|
/web-php/include/ |
H A D | posttohost.inc | 9 function posttohost($url, $data) 21 return file_get_contents($url, false, $ctx);
|
H A D | layout.inc | 141 function make_link(string $url, string $linktext = ''): string 143 return sprintf("<a href=\"%s\">%s</a>", $url, $linktext ?: $url); 149 function make_popup_link($url, $linktext = false, $target = false, $windowprops = "", $extras = fal… 151 htmlspecialchars($url, ENT_QUOTES | ENT_IGNORE), 153 htmlspecialchars($url, ENT_QUOTES | ENT_IGNORE), 157 ($linktext ?: $url), 280 …if ($event['url']) { echo '<a href="', htmlentities($event['url'], ENT_QUOTES | ENT_IGNORE, 'UTF-8… 284 if ($event['url']) { echo "</a>"; } 322 if ($event['url']) { 324 '<a href="', htmlentities($event['url'], ENT_QUOTES | ENT_IGNORE, 'UTF-8'), '">', [all …]
|
H A D | errors.inc | 204 'allow-url-fopen' => 'filesystem.configuration.php#ini.allow-url-fopen', 205 'allow-url-include' => 'filesystem.configuration.php#ini.allow-url-include', 305 'url-rewriter.tags' => 'session.configuration.php#ini.url-rewriter.tags', 613 foreach ($legacy_urls as $php_version => $url) { 614 … $legacy_links .= '<li><a href="' . $url . '">PHP ' . $php_version . ' legacy manual</a></li>';
|
/web-php/images/sponsors/ |
H A D | duocast.svg | 10 ….15087353 173.574751,0.876536065 173.360698,0.651035256 L173.360698,0.651035256 Z" mask="url(#b)"/>
|
/web-php/fonts/Font-Awesome/ |
H A D | README.txt | 57 that data url moved to separate @font-face to avoid problems with <IE9, when
|
/web-php/js/ext/ |
H A D | jquery-3.6.0.min.js | 2 …url:bt.href,type:"GET",isLocal:/^(?:about|app|app-storage|.+-extension|file|res|widget):$/.test(bt…
|