/web-php/js/ |
H A D | usernotes.js | 8 var id = url.match(/\?id=(\d+)/)[1]; 15 $("#Vu"+id).hide(); 16 $("#Vd"+id).hide(); 17 …$("#V"+id).html("<img src=\"/images/working.gif\" alt=\"Working...\" border=\"0\" title=\"Working.… 22 …$("#V"+id).html("<div style=\"float: left; width: 16px; height: 16px; background-image: url(/image… 29 …$("#V"+id).html("<div style=\"float: left; width: 16px; height: 16px; background-image: url(/image… 33 $("#Vu"+id).show(); 34 $("#Vd"+id).show(); 35 …$("#V"+id).html("<div style=\"float: left; width: 16px; height: 16px; background-image: url(/image… 38 $("#V"+id).fadeIn(500, "linear");
|
H A D | common.js | 369 var id = $(elt).text().replace(/^&?(\.\.\.)?\$?/g, ''); 587 var id = url.match(/\?id=(\d+)/)[1]; 596 $("#Vu" + id).hide(); 597 $("#Vd" + id).hide(); 620 $("#Vu" + id).show(); 621 $("#Vd" + id).show(); 629 $("#V" + id).fadeIn(500, "linear"); 675 var id = this.id.replace('V', 'Hcom'); 677 $('#' + id).css('opacity', v).data("opacity", v); 771 .attr('id', id) [all …]
|
H A D | search.js | 23 .map(([id, [name, description, tag]]) => { 52 id, 162 if (result.item.id.startsWith("language")) { 383 … const link = `/manual/${encodeURIComponent(language)}/${encodeURIComponent(item.id)}.php`;
|
/web-php/src/News/ |
H A D | Entry.php | 40 protected $id = ''; variable in phpweb\\News\\Entry 100 return $this->id; 104 if (empty($this->id)) { 105 $this->id = self::selectNextId(); 115 … $archive = self::WEBROOT . "/archive/" . date('Y', $_SERVER['REQUEST_TIME']) . ".php#{$this->id}"; 158 $dom->save(self::ARCHIVE_ENTRIES_ABS . $this->id . ".xml"); 164 if (empty($this->id)) { 174 $first->setAttribute("href", "entries/{$this->id}.xml"); 188 $id = $filename . "-" . $count; 189 $basename = "{$id}.xml"; [all …]
|
/web-php/releases/ |
H A D | feed.php | 31 $id = "http://php.net/releases/" . str_replace(".", "_", $version) . ".php"; variable 33 $id = "http://qa.php.net/#$version"; variable 39 <id>{$id}</id> 78 <content src="{$id}" type="application/xhtml+xml"/>
|
/web-php/include/ |
H A D | shared-manual.inc | 68 <section id="usernotes"> 81 echo '<div id="allnotes">'; 96 function manual_notes_load(string $id): array 98 $hash = substr(md5($id), 0, 16); 113 …$notes[$id] = new UserNote($id, $sect, $rate, $ts, $user, base64_decode($note, true), (int) $up, (… 128 …$name = ($note->id ? "\n <a href=\"#{$note->id}\" class=\"name\">$name</a><a class=\"genanchor\" … 150 <div id="Vu{$note->id}"> 153 <div id="Vd{$note->id}"> 156 <div class="tally" id="V{$note->id}" title="{$rate}"> 198 <div class="text" id="Hcom{$note->id}"> [all …]
|
H A D | header.inc | 109 id="navbar__offcanvas" 115 id="navbar__close-button" 209 id="navbar__search-link" 217 id="navbar__menu-link" 235 id="navbar__menu-button" 245 id="navbar__backdrop" 250 <div id="flash-message"></div> 256 <div id="goto"> 265 <div id="breadcrumbs-inner"> 297 <div id="intro" class="clearfix"> [all …]
|
H A D | changelogs.inc | 20 echo "<a href=\"http://pecl.php.net/bugs/bug.php?id=$number\">#$number</a>"; 31 function githubsecurityl($repo, $id): void { 32 echo "<a href=\"https://github.com/$repo/security/advisories/GHSA-$id\">GHSA-$id</a>";
|
H A D | footer.inc | 107 <a id="toTop" href="javascript:;"><span id="toTopHover"></span><img width="40" height="40" alt="To … 109 <div id="search-modal__backdrop" class="search-modal__backdrop"> 113 id="search-modal" 136 id="search-modal__input" 158 id="search-modal__results"
|
H A D | layout.inc | 377 $id = parse_url($item["id"]); 378 $id = $id["fragment"]; 388 $permlink = "#" . $id; 402 "id" => $id, 413 …<h2 class="newstitle"><a id="{$id}" href="{$permlink}" rel="bookmark" class="bookmark">{$item["tit… 493 id: 'downloads', 498 id: 'docs', 503 id: 'community', 508 id: 'help', 513 id: 'php8',
|
/web-php/tests/Unit/UserNotes/ |
H A D | SorterTest.php | 106 @list($id, $sect, $rate, $ts, $user, $note, $up, $down) = explode('|', $line); 107 …$notes[$id] = new UserNote($id, $sect, $rate, $ts, $user, base64_decode($note, true), (int) $up, (… 404 'id' => $note->id,
|
/web-php/ |
H A D | cal.php | 22 $id = isset($_GET['id']) ? (int) $_GET['id'] : 0; variable 35 if ($id) { 37 if ($event = load_event($id)) { 44 …$errors[] = "There is no event for specified id ('" . htmlentities($id, ENT_QUOTES | ENT_IGNORE, '… 256 function load_event($id) argument 269 if ($event !== false && $event['id'] == $id) { 358 $sdesc, $id, $ldesc, $url, $recur, $tipo, $sdato, $edato, $category 366 'id' => $id,
|
H A D | git-php.php | 49 if (empty($_POST['id'])) { 51 } elseif (!preg_match('!^[a-z]\w+$!', $_POST['id']) || strlen($_POST['id']) > 16) { 82 "username" => $_POST['id'],
|
/web-php/conferences/ |
H A D | index.php | 35 …$content .= '<h3 class="newstitle title"><a href="' . $MYSITE . $link . '" id="' . $id . '">' . $e…
|
/web-php/styles/ |
H A D | releases.css | 2 * because the release page creates empty HTML anchors with id attributes above 4 a[id]:empty {
|
/web-php/.github/workflows/ |
H A D | pr-preview.yml | 25 id: fc 34 comment-id: ${{ steps.fc.outputs.comment-id }} 118 id: snapshot 128 comment-id: ${{ steps.snapshot.outputs.comment-id }}
|
/web-php/src/UserNotes/ |
H A D | Sorter.php | 47 return $prio[$b->id] <=> $prio[$a->id]; 70 $prio[$note->id] = ($this->calcVotePriority($note) * $this->voteWeight)
|
H A D | UserNote.php | 8 public string $id, argument
|
/web-php/bin/ |
H A D | createNewsEntry | 64 foreach($ids as $n => $id) { 65 fprintf(STDOUT, "\t%d: %-11s\t [%s]\n", $n, Entry::CATEGORIES[$id], $id);
|
/web-php/images/sponsors/ |
H A D | duocast.svg | 3 <polygon id="a" points="173.672 18.122 173.672 .328 78.256 .328 78.256 18.122"/> 7 <mask id="b" fill="white">
|
/web-php/releases/8.1/ |
H A D | release.inc | 38 <h2 class="php8-h2" id="enumerations"> 85 <h2 class="php8-h2" id="readonly_properties"> 140 <h2 class="php8-h2" id="first_class_callable_syntax"> 177 <h2 class="php8-h2" id="new_in_initializers"> 268 <h2 class="php8-h2" id="pure_intersection_types"> 318 <h2 class="php8-h2" id="never_return_type"> 369 <h2 class="php8-h2" id="final_class_constants"> 420 <h2 class="php8-h2" id="explicit_octal_numeral_notation"> 456 <h2 class="php8-h2" id="fibers"> 497 <h2 class="php8-h2" id="array_unpacking_support_for_string_keyed_arrays"> [all …]
|
/web-php/src/Navigation/ |
H A D | NavItem.php | 10 public string $id, argument
|
/web-php/releases/8.2/ |
H A D | release.inc | 38 <h2 class="php8-h2" id="readonly_classes"> 96 <h2 class="php8-h2" id="dnf_types"> 147 <h2 class="php8-h2" id="null_false_true_types"> 193 <h2 class="php8-h2" id="random_extension"> 246 <h2 class="php8-h2" id="constants_in_traits"> 284 <h2 class="php8-h2" id="deprecate_dynamic_properties"> 344 … <h2 class="php8-h2" id="other_new_things"><?= message('new_classes_title', $lang) ?></h2> 357 … <h2 class="php8-h2" id="deprecations_and_bc_breaks"><?= message('bc_title', $lang) ?></h2>
|
/web-php/releases/8.3/ |
H A D | release.inc | 38 <h2 class="php8-h2" id="typed_class_constants"> 86 <h2 class="php8-h2" id="dynamic_class_constant_fetch"> 129 <h2 class="php8-h2" id="override_attribute"> 197 <h2 class="php8-h2" id="readonly_classes"> 265 <h2 class="php8-h2" id="json_validate"> 307 <h2 class="php8-h2" id="randomizer_get_bytes_from_string"> 377 <h2 class="php8-h2" id="randomizer_get_float"> 441 <h2 class="php8-h2" id="command_line_linter"> 479 … <h2 class="php8-h2" id="other_new_things"><?= message('new_classes_title', $lang) ?></h2> 500 … <h2 class="php8-h2" id="deprecations_and_bc_breaks"><?= message('bc_title', $lang) ?></h2>
|
/web-php/releases/8.4/ |
H A D | release.inc | 39 <h2 class="php8-h2" id="property_hooks"> 148 <h2 class="php8-h2" id="asymmetric_visibility"> 207 <h2 class="php8-h2" id="deprecated_attribute"> 278 <h2 class="php8-h2" id="dom_additions_html5"> 338 <h2 class="php8-h2" id="bcmath"> 383 <h2 class="php8-h2" id="new_array_find"> 428 <h2 class="php8-h2" id="pdo_driver_specific_parsers"> 482 <h2 class="php8-h2" id="new_without_parentheses"> 536 … <h2 class="php8-h2" id="other_new_things"><?= message('new_classes_title', $lang) ?></h2> 555 … <h2 class="php8-h2" id="deprecations_and_bc_breaks"><?= message('bc_title', $lang) ?></h2>
|