Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 49) sorted by relevance

12

/web-php/include/
H A Dreleases.inc21 'name' => 'PHP 8.1.30 (tar.gz)',
28 'name' => 'PHP 8.1.30 (tar.bz2)',
35 'name' => 'PHP 8.1.30 (tar.xz)',
57 'name' => 'PHP 8.3.13 (tar.gz)',
64 'name' => 'PHP 8.3.13 (tar.bz2)',
71 'name' => 'PHP 8.3.13 (tar.xz)',
93 'name' => 'PHP 8.2.25 (tar.gz)',
100 'name' => 'PHP 8.2.25 (tar.bz2)',
107 'name' => 'PHP 8.2.25 (tar.xz)',
130 'name' => 'PHP 8.2.24 (tar.gz)',
[all …]
H A Dmozsearch.inc2 name="PHP.net"
11 <input name="sourceid" value="Mozilla-search">
12 <input name="pattern" user="">
H A Dget-download.inc20 foreach ($possible_files as $name) {
21 if (@file_exists($_SERVER['DOCUMENT_ROOT'] . '/distributions/' . $name)) {
22 $file = $name;
43 // Set local file name
H A Ddo-download.inc16 foreach ($possible_files as $name => $log) {
17 if (@file_exists($_SERVER['DOCUMENT_ROOT'] . '/distributions/' . $name)) {
18 $found = $name;
H A Dsite.inc62 // mirror site's provider's name
136 // dir with $name and $content. Provide $exptime relatively
138 function mirror_setcookie($name, $content, $exptime)
142 return setcookie($name, $content, time() + $exptime, '/', '.php.net');
145 return setcookie($name, $content, time() + $exptime, '/');
237 // This should be the main name of the mirror (in case
238 // it works under more then one name). SERVER_NAME is
239 // the name of the Apache vhost.
255 // If the mirror is not registered with this name, provide defaults
H A Dversion.inc8 * "name" => "package name",
83 'name' => "PHP {$version} ({$format})",
H A Dshared-manual.inc40 // Drop file extension from the name
124 … $name = "\n <strong class=\"user\"><em>" . htmlspecialchars($note->user) . "</em></strong>";
126 $name = "<strong class=\"user\"><em>Anonymous</em></strong>";
128 …$name = ($note->id ? "\n <a href=\"#{$note->id}\" class=\"name\">$name</a><a class=\"genanchor\" …
197 …<div class="note" id="{$note->id}">{$votediv}{$name}{$admin}<div class="date" title="$fdatestr"><s…
297 // Drop file extension from the name
361 <form action="/manual/change.php" method="get" id="changelang" name="changelang">
364 <select onchange="document.changelang.submit()" name="page" id="changelang-langs">
H A Dlayout.inc443 <meta name="Description" content="{$meta_description}" />
445 <meta name="twitter:card" content="summary_large_image" />
446 <meta name="twitter:site" content="@official_php" />
449 <meta name="twitter:creator" content="@official_php" />
450 <meta name="twitter:image:src" content="{$meta_image_path}" />
452 <meta itemprop="name" content="PHP: Hypertext Preprocessor" />
491 name: 'Downloads',
496 name: 'Documentation',
501 name: 'Get Involved',
506 name: 'Help',
[all …]
/web-php/.github/workflows/
H A Dintegrate.yaml3 name: "Integrate"
13 name: "Code Coverage"
23 - name: "Checkout"
26 - name: "Set up PHP"
58 name: "Coding Standards"
68 - name: "Checkout"
71 - name: "Set up PHP"
100 - name: "Get libxml2-utils"
111 name: "Tests"
124 - name: "Checkout"
[all …]
H A Dupdate-screenshots.yaml3 name: "Update screenshots"
10 name: "Update Tests snapshots"
25 - name: "Checkout"
28 - name: "Set up PHP"
35 - name: Use Node.js ${{ matrix.node-version }}
40 - name: "Set up problem matchers for PHP"
46 - name: "Determine composer cache directory"
59 - name: "Install dependencies"
62 - name: "Install Playwright"
65 - name: "Run visual tests"
[all …]
H A Dpr-preview.yml1 name: Preview PR
40 name: "Visual Tests"
66 - name: Use Node.js ${{ matrix.node-version }}
71 - name: "Set up problem matchers for PHP"
77 - name: "Determine composer cache directory"
80 - name: "Cache dependencies installed with composer"
87 - name: "Install dependencies with composer"
90 - name: "Install dependencies"
93 - name: "Install Playwright"
96 - name: "Run visual tests"
[all …]
H A Dremove-needs-feedback.yml1 name: Remove needs feedback label
13 …if: "github.repository_owner == 'php' && contains(github.event.issue.labels.*.name, 'Status: Needs…
H A Dclose-needs-feedback.yml1 name: Close old issues that need feedback
18 - name: Close old issues that need feedback
/web-php/tests/EndToEnd/
H A DSearchModalTest.spec.ts14 await page.getByRole('button', {name: 'Search'}).click();
15 const modal = await page.getByRole('dialog', { name: 'Search modal' });
29 const expectOption = async (modal, name) => {
30 await expect(modal.getByRole('option', { name })).toBeVisible();
33 const expectSelectedOption = async (modal, name) => {
34 await expect(modal.getByRole('option', { name, selected: true })).toBeVisible();
52 const searchInput = modal.getByRole('searchbox', { name: 'Search docs' });
59 await modal.getByRole('button', { name: 'Close' }).click();
65 await modal.getByRole('button', { name: 'Close' }).click();
89 await modal.getByRole('listbox', { name: 'Search results' }).getByRole('option')
H A DDisabledJavascriptTest.spec.ts13 let searchInput = await page.getByRole('searchbox', { name: 'Search docs' });
18 searchInput = await page.getByRole('searchbox', { name: 'Search docs' });
31 .getByRole('link', { name: 'Search docs' })
35 const searchInput = await page.getByRole('searchbox', { name: 'Lookup docs' });
48 .getByRole('link', { name: 'Menu' })
/web-php/manual/
H A Dspam_challenge.php23 function print_infix($name, $a, $b) { argument
24 return "$a $name $b";
27 function print_prefix($name, $a, $b) { argument
28 return "$name($a, $b)";
52 function test_answer($name, $an, $bn, $answer) { argument
54 if ($x[0] === $name) {
/web-php/
H A Dcomposer.lock11 "name": "clue/ndjson-react",
75 "name": "composer/pcre",
154 "name": "composer/semver",
201 "name": "Rob Bast",
1171 "name": "psr/container",
1274 "name": "psr/log",
1324 "name": "react/cache",
1475 "name": "react/dns",
1623 "name": "react/promise",
1696 "name": "react/socket",
[all …]
H A Dplaywright.config.ts29 name: 'chromium',
34 name: 'End-to-End Chromium',
H A Dmy.php48 foreach ($langs as $code => $name) {
49 $options[] = '<option value="' . $code . '">' . $name . "</option>\n";
H A Dquickref.php38 foreach ($functions as $file => $name) {
39 echo "<li><a href=\"/manual/$LANG/$file\">$name</a></li>\n";
H A Dgit-php.php401 foreach ($groups as $group => $name) {
403 echo "<option value='$group'$selected>$name</option>\n";
H A Dmenu.php24 <a class="menu__link" href="<?= $entry->href ?>"><?= $entry->name ?></a>
/web-php/tests/Visual/
H A DSearchModal.spec.ts15 await page.getByRole("button", { name: "Search" }).click();
16 const modal = await page.getByRole("dialog", { name: "Search modal" });
/web-php/js/
H A Dsearch.js23 .map(([id, [name, description, tag]]) => {
24 if (!name) return null;
53 name,
57 methodName: name.split("::").pop(),
405 ${escape(item.name)}
/web-php/src/Navigation/
H A DNavItem.php8 public string $name, argument

Completed in 63 milliseconds

12