Home
last modified time | relevance | path

Searched refs:id (Results 1 – 25 of 33) sorted by last modified time

12

/web-php/include/
H A Dshared-manual.inc63 <section id="usernotes">
75 echo '<div id="allnotes">';
90 function manual_notes_load(string $id): array
92 $hash = substr(md5($id), 0, 16);
107 …$notes[$id] = new UserNote($id, $sect, $rate, $ts, $user, base64_decode($note, true), (int) $up, (…
122 …$name = ($note->id ? "\n <a href=\"#{$note->id}\" class=\"name\">$name</a><a class=\"genanchor\" …
144 <div id="Vu{$note->id}">
147 <div id="Vd{$note->id}">
150 <div class="tally" id="V{$note->id}" title="{$rate}">
192 <div class="text" id="Hcom{$note->id}">
[all …]
H A Dlayout.inc373 $id = parse_url($item["id"]);
374 $id = $id["fragment"];
384 $permlink = "#" . $id;
398 "id" => $id,
409 …<h2 class="newstitle"><a id="{$id}" href="{$permlink}" rel="bookmark" class="bookmark">{$item["tit…
H A Dchangelogs.inc20 echo "<a href=\"http://pecl.php.net/bugs/bug.php?id=$number\">#$number</a>";
H A Derrors.inc620 <ul id="legacy-links">$legacy_links</ul>
H A Dhistorical_mirrors.inc37 ["IDN", "id1.php.net", "PT Pasifik Satelit Nusantara", "http://www.pesat.net.id"],
H A Dget-download.inc30 echo '<div id="mirrors-container">';
H A Dheader.inc97 <nav id="head-nav" class="navbar navbar-fixed-top">
100 <div id="mainmenu-toggle-overlay"></div>
101 <input type="checkbox" id="mainmenu-toggle">
118 <div id="flash-message"></div>
123 <nav id="trick"><div><?php doc_toc("en") ?></div></nav>
124 <div id="goto">
132 <div id="breadcrumbs" class="clearfix">
133 <div id="breadcrumbs-inner">
165 <div id="intro" class="clearfix">
173 <div id="layout" class="clearfix">
[all …]
H A Dfooter.inc97 <a id="toTop" href="javascript:;"><span id="toTopHover"></span><img width="40" height="40" alt="To …
H A Dgpg-keys.inc200 echo "<h3 id='gpg-$branch' class='content-header'>PHP $branch</h3>\n";
/web-php/styles/
H A Dtheme-base.css606 #layout .refentry div[id], #layout .sect1 div[id], #usernotes div.note[id]
612 #layout *[id]:target:before {
1561 [id] { selector
/web-php/tests/Unit/UserNotes/
H A DSorterTest.php106 @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/.github/workflows/
H A Dpr-preview.yml24 id: fc
32 comment-id: ${{ steps.fc.outputs.comment-id }}
/web-php/bin/
H A DcreateNewsEntry64 foreach($ids as $n => $id) {
65 fprintf(STDOUT, "\t%d: %-11s\t [%s]\n", $n, Entry::CATEGORIES[$id], $id);
/web-php/js/
H A Dsearch.js26 Backend.prototype.addItem = function (id, name, description, tokens) { argument
27 this.elements[id] = {
29 id: id, property in Backend.addItem.elements
141 $.each(index, function (id, item) { argument
193 backends[type].addItem(id, item[0], item[1], tokens);
314 window.location = "/manual/" + options.language + "/" + item.id;
H A Dcommon.js372 var id = $(elt).text().replace(/^&?(\.\.\.)?\$?/g, '');
507 var id = url.match(/\?id=(\d+)/)[1];
516 $("#Vu" + id).hide();
517 $("#Vd" + id).hide();
540 $("#Vu" + id).show();
541 $("#Vd" + id).show();
549 $("#V" + id).fadeIn(500, "linear");
595 var id = this.id.replace('V', 'Hcom');
597 $('#' + id).css('opacity', v).data("opacity", v);
691 .attr('id', id)
[all …]
/web-php/releases/
H A Dfeed.php31 $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/conferences/
H A Dindex.php35 …$content .= '<h3 class="newstitle title"><a href="' . $MYSITE . $link . '" id="' . $id . '">' . $e…
/web-php/src/UserNotes/
H A DUserNote.php8 public string $id, argument
H A DSorter.php47 return $prio[$b->id] <=> $prio[$a->id];
70 $prio[$note->id] = ($this->calcVotePriority($note) * $this->voteWeight)
/web-php/releases/8.3/
H A Drelease.inc38 <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.2/
H A Drelease.inc38 <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/
H A Dgit-php.php49 if (empty($_POST['id'])) {
51 } elseif (!preg_match('!^[a-z]\w+$!', $_POST['id']) || strlen($_POST['id']) > 16) {
82 "username" => $_POST['id'],
H A Dcal.php22 $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,
/web-php/src/News/
H A DEntry.php40 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/images/sponsors/
H A Dservercentral.svg8 <clipPath id="clip0_3_8">

Completed in 72 milliseconds

12