/web-php/js/ext/ |
H A D | jquery-3.6.0.min.js | 2 …r=Object.getPrototypeOf,s=t.slice,g=t.flat?function(e){return t.flat.call(e)}:function(e){return t… argument
|
H A D | FuzzySearch.min.js | 10 …r(h[i],b,c);return b}function q(a){var b,c,d=[],e={},f=a.words;for(b=0;b<f.length;b++)r(f[b],d,e);… variable
|
H A D | mousetrap.min.js | 2 …a.shiftKey||(b=b.toLowerCase());return b}return n[a.which]?n[a.which]:r[a.which]?r[a.which]:String… 6 …)return new d(a);k.target=a;k._callbacks={};k._directMap={};var p={},q,y=!1,r=!1,x=!1;k._handleKey… variable 7 ….seq)):l||c(f[h].callback,e,f[h].combo);f="keypress"==e.type&&r;e.type!=x||w(a)||f||b(d);r=l&&"key… 8 …"up",39:"right",40:"down",45:"ins",46:"del",91:"meta",93:"meta",224:"meta"},r={106:"*",107:"+",109… class
|
/web-php/manual/ |
H A D | vote-note.php | 33 …if (($r = posttohost($master_url, $data)) === null || strpos($r,"failed to open socket to") !== fa… variable 38 $r = json_decode($r); variable 39 if (isset($r->status, $r->votes) && $r->status) { 41 $response["update"] = (int)$r->votes; 42 } elseif (isset($r->status, $r->message) && !$r->status) { 44 $response["msg"] = $r->message; 75 …if (($r = posttohost($master_url, $data)) !== null && strpos($r,"failed to open socket to") === fa… variable 76 $r = json_decode($r); variable 77 if (isset($r->status, $r->votes) && $r->status) {
|
/web-php/releases/ |
H A D | index.php | 57 $r = current($release); variable 58 $r["version"] = $version; 59 $r['supported_versions'] = $supportedVersions[$major] ?? []; 60 $machineReadable[$major] = $r;
|
H A D | NEWS_5_4_0_alpha1.txt | 193 (r dot i dot k at free dot fr, Ilia)
|
H A D | NEWS_5_4_0_RC1.txt | 415 (r dot i dot k at free dot fr, Ilia) 2079 - Fixed bug #48929 (Double \r\n after HTTP headers when "header" context 2118 files that have been opened with r+). (Ilia) 3080 - Fixed bug #45923 (mb_st[r]ripos() offset not handled correctly). (Moriyoshi) 4398 - Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc). (Ilia) 5271 - Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n). 6335 - Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string). 6456 - Fixed bug #27633 (Double \r problem on ftp_get in ASCII mode on Win32). (Ilia)
|
H A D | NEWS_5_4_0_beta1.txt | 319 (r dot i dot k at free dot fr, Ilia) 1983 - Fixed bug #48929 (Double \r\n after HTTP headers when "header" context 2022 files that have been opened with r+). (Ilia) 2984 - Fixed bug #45923 (mb_st[r]ripos() offset not handled correctly). (Moriyoshi) 4302 - Fixed bug #39898 (FILTER_VALIDATE_URL validates \r\n\t etc). (Ilia) 5175 - Fixed bug #36459 (Incorrect adding PHPSESSID to links, which contains \r\n). 6239 - Fixed bug #31842 (*date('r') does not return RFC2822 conforming date string). 6360 - Fixed bug #27633 (Double \r problem on ftp_get in ASCII mode on Win32). (Ilia)
|
H A D | NEWS_5_4_0_beta2.txt | 370 (r dot i dot k at free dot fr, Ilia)
|
/web-php/backend/events/ |
H A D | 18138a11bcb55d9740c1b060a6e3d907 | 34 smét eltelt egy év\, és új évad is kezdődik. Immár sorrendben a harmadik 35 . Ezért először is szeretném megköszönni a PHP meetup közösség köz...\n\ 40 LOCATION:Müszi - Művelődési Szint (1085 Budapest Blaha Lujza tér 1.\, Bud
|
H A D | d74d7dc7f33bf6fdab892001ba1a9448 | 7 r+Group/
|
H A D | 0caba9bbe58f13917000e3c4ca51f670 | 75 r OpenOffice ist dezentrale Versionskontrolle in das Sichtfeld vieler Entwi 100 TDD macht ist das noch lange keine Entschuldigung dafür\, keine Tests zu h
|
/web-php/include/ |
H A D | manual-lookup.inc | 194 $r = $stm->fetch(PDO::FETCH_NUM); 196 if (isset($r[0])) { 197 if (isset($r[1]) && $r[1] > 10 && strlen($keyword) < 4) { 207 if (file_exists($_SERVER["DOCUMENT_ROOT"] . $r[0])) { 208 return $r[0];
|
H A D | ip-to-country.inc | 92 "r", 136 "r",
|
H A D | prepend.inc | 43 $headers = str_replace(["\r", "\n", "\0"], "", $headers);
|
H A D | shared-manual.inc | 108 if ($fp = @fopen($notes_file, "r")) { 360 $r = <<<CHANGE_LANG 370 return trim($r);
|
H A D | footer.inc | 130 <circle cx="11" cy="11" r="8"></circle>
|
H A D | layout.inc | 320 …echo preg_replace("/\r?\n\r?\n/", "<br><br>", trim(htmlentities($event['ldesc'],ENT_QUOTES | ENT_I…
|
H A D | header.inc | 160 <circle cx="11" cy="11" r="8"></circle>
|
/web-php/js/ |
H A D | common.js | 97 return this.nodeType === 3 && /[^\t\n\r ]/.test(this.textContent);
|