Home
last modified time | relevance | path

Searched refs:page (Results 1 – 25 of 27) sorted by relevance

12

/web-php/tests/EndToEnd/
H A DSearchModalTest.spec.ts9 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 DDisabledJavascriptTest.spec.ts11 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 DSearchModal.spec.ts10 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 DSmokeTest.spec.ts46 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 Dchange.php5 $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 Dsite.inc131 // 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 Dshared-manual.inc10 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 Dmanual-lookup.inc64 // 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 Dget-download.inc2 // Try to make this page non-cached
H A Dpregen-news.inc46 <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 Dheader.inc76 <?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 Dlangchooser.inc7 page display, etc.), considering all possible factors
H A Derrors.inc10 // 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 Dbranches.inc43 * which is used on the front page download links and the supported versions
44 * page. (Currently 28 days.) */
H A Dlayout.inc575 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 Dreleases.css2 * because the release page creates empty HTML anchors with id attributes above
H A Dsupported-versions.css1 /* Branches page */
H A Dphp8.css381 .page-tools {
388 .page-tools {
395 .page-tools {
H A Dtheme-base.css156 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 Den.ini9 no_user_notes = "There are no user contributed notes for this page."
/web-php/.github/
H A DCONTRIBUTING.md47 [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 Drelease.inc19 <div class="page-tools">
/web-php/releases/8.3/
H A Drelease.inc19 <div class="page-tools">
/web-php/releases/8.1/
H A Drelease.inc19 <div class="page-tools">
/web-php/releases/
H A DNEWS_5_4_0_beta2.txt724 . Added xml format to the status page. (fat)
732 . Added a real scoreboard and several improvements to the status page. (fat)

Completed in 101 milliseconds

12