/web-php/tests/EndToEnd/ |
H A D | SearchModalTest.spec.ts | 9 test.beforeEach(async ({ page }) => { 10 await page.goto(httpHost); 13 const openSearchModal = async (page) => { 43 await openSearchModal(page); 44 await page.mouse.wheel(0, 100); 45 await page.waitForTimeout(100); 67 await page.mouse.wheel(0, 100); 75 await page.keyboard.press('Escape'); 106 await page.keyboard.press('ArrowUp'); 116 await page.keyboard.press('Enter'); [all …]
|
H A D | DisabledJavascriptTest.spec.ts | 11 test('search should fallback when javascript is disabled', async ({ page }) => { 12 await page.goto(httpHost); 18 searchInput = await page.getByRole('searchbox', { name: 'Search docs' }); 28 const page = await context.newPage(); constant 29 await page.goto(httpHost); 30 await page 33 await expect(page).toHaveURL(`http://${httpHost}/lookup-form.php`); 45 const page = await context.newPage(); constant 46 await page.goto(httpHost); 47 await page [all …]
|
/web-php/tests/Visual/ |
H A D | SearchModal.spec.ts | 10 test.beforeEach(async ({ page }) => { 11 await page.goto(httpHost); 14 const openSearchModal = async (page) => { 15 await page.getByRole("button", { name: "Search" }).click(); 16 const modal = await page.getByRole("dialog", { name: "Search modal" }); 19 await expect(page.locator("#search-modal__backdrop.show")).not.toHaveClass( 27 test("should match search modal visual snapshot", async ({ page }) => { 28 const modal = await openSearchModal(page); 30 await expect(page).toHaveScreenshot(`tests/screenshots/search-modal.png`, {
|
H A D | SmokeTest.spec.ts | 46 test(`testing with ${item.path}`, async ({page}, testInfo) => { 55 await page.goto(`${httpHost}/${item.path}`) 58 await page.evaluate(item.evaluate) 64 mask: item.mask.map((selector) => page.locator(selector)) 68 await expect(page).toHaveScreenshot(
|
/web-php/manual/ |
H A D | change.php | 5 $page = isset($_GET['page']) ? htmlspecialchars($_GET['page'], ENT_QUOTES, 'UTF-8') : ''; variable 6 $page = strtr($page, ["\r" => "", "\n" => ""]); variable 9 mirror_redirect("/manual/" . $page);
|
/web-php/include/ |
H A D | site.inc | 131 // Always exit (the page is not to be displayed) 198 function get_shortname($page) { 200 $shorturl = substr($page, 0, -4); 202 // If its a "root page", we can't shorten it more 208 if (strpos($page, "manual/") !== false) { 214 $shorturl = substr($page, strrpos($page, "/") + 1); 225 return $page; 229 if (strpos($page, "conferences/") !== false) {
|
H A D | shared-manual.inc | 10 The $PGI global variable is used to store all page related 30 * Print out all user notes for this manual page 50 // Link target to add a note to the current manual page, 215 // The index manual page has no parent.. 236 // The index manual page has no parent.. 271 // Set up variables important for this page 283 // Set base href for this manual page 294 // Load user note for this page 334 <div class="page-tools"> 364 <select onchange="document.changelang.submit()" name="page" id="changelang-langs"> [all …]
|
H A D | manual-lookup.inc | 64 // Try to find a manual page in a specified language 75 // Try to find a manual page with the specified prefix 101 // page shortcuts, so we avoid stat() calls on the server 126 // English one in case no page is found
|
H A D | get-download.inc | 2 // Try to make this page non-cached
|
H A D | pregen-news.inc | 46 <a href="https://downloads.php.net/~derick">download page</a>. 271 <a href="https://downloads.php.net/~derick">download page</a>. 312 <a href="https://downloads.php.net/~derick">download page</a>. 540 <a href="https://downloads.php.net/~derick">download page</a>. 581 <a href="https://downloads.php.net/~derick">download page</a>. 860 <a href="https://downloads.php.net/~derick">download page</a>. 901 <a href="https://downloads.php.net/~derick">download page</a>. 10378 <a href="https://downloads.php.net/~remi/">download</a> page, 10503 <a href="https://downloads.php.net/~remi/">download</a> page, 10805 <a href="https://downloads.php.net/~remi/">download</a> page, [all …]
|
H A D | header.inc | 76 <?php foreach($config["meta-navigation"] as $rel => $page): ?> 77 <link rel="<?php echo $rel ?>" href="<?php echo $MYSITE ?><?php echo $page ?>"> 131 <?= $isActive ? 'aria-current="page"' : '' ?>
|
H A D | langchooser.inc | 7 page display, etc.), considering all possible factors
|
H A D | errors.inc | 10 // A 'good looking' 404 error message page 23 // A 'good looking' 404 error message page for manual pages 30 "<p>The manual page you are looking for (<strong>" . 39 // An error message page for manual pages from inactive languages 46 "<p>The " . htmlspecialchars($lang_name) . " manual page you are looking for (<strong>" . 50 echo "<p>The English page is available at <a href=\"{$en_url}\">{$en_url}</a></p>\n"; 619 <p>The manual page you are looking for (<strong>$original_url</strong>) is not available.</p> 621 <p>However, this page exists in a legacy manual for the following PHP versions.</p> 625 <p>If you were looking for this page in the current PHP version and believe this to be a mistake, p…
|
H A D | branches.inc | 43 * which is used on the front page download links and the supported versions 44 * page. (Currently 28 days.) */
|
H A D | layout.inc | 575 echo "<dd>Previous man page</dd>\n"; 577 echo "<dd>Next man page</dd>\n"; 585 echo "<dd>Goto search<br>(current page)</dd>\n";
|
/web-php/styles/ |
H A D | releases.css | 2 * because the release page creates empty HTML anchors with id attributes above
|
H A D | supported-versions.css | 1 /* Branches page */
|
H A D | php8.css | 381 .page-tools { 388 .page-tools { 395 .page-tools {
|
H A D | theme-base.css | 156 page-break-inside: avoid; 163 page-break-inside: avoid; 168 @page { 179 page-break-after: avoid; 356 .page-tools { 359 .page-tools #changelang-langs { 490 /* Definition lists used on eg. the unsub page */
|
/web-php/include/ui_translation/ |
H A D | en.ini | 9 no_user_notes = "There are no user contributed notes for this page."
|
/web-php/.github/ |
H A D | CONTRIBUTING.md | 47 [Our QA site includes a page detailing how to write test cases.](https://qa.php.net/write-test.php)
|
/web-php/releases/8.2/ |
H A D | release.inc | 19 <div class="page-tools">
|
/web-php/releases/8.3/ |
H A D | release.inc | 19 <div class="page-tools">
|
/web-php/releases/8.1/ |
H A D | release.inc | 19 <div class="page-tools">
|
/web-php/releases/ |
H A D | NEWS_5_4_0_beta2.txt | 724 . Added xml format to the status page. (fat) 732 . Added a real scoreboard and several improvements to the status page. (fat)
|