Home
last modified time | relevance | path

Searched refs:r (Results 1 – 19 of 19) sorted by relevance

/web-php/js/ext/
H A Dhogan-3.0.2.min.js5r,s){function a(){}function o(){}a.prototype=t,o.prototype=t.subs;var u,c=new a;c.subs=new o,c.sub… argument
H A DFuzzySearch.min.js10r(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 Dmousetrap.min.js2 …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
H A Dtypeahead.jquery.min.js8r;p=a.fn.typeahead,q={www:"tt-www",attrs:"tt-attrs",typeahead:"tt-typeahead"},r={initialize:functi… class in AnonymousFunctiond2fee96d9400
/web-php/manual/
H A Dvote-note.php33 …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 Dindex.php57 $r = current($release); variable
58 $r["version"] = $version;
59 $r['supported_versions'] = $supportedVersions[$major] ?? [];
60 $machineReadable[$major] = $r;
H A DNEWS_5_4_0_alpha1.txt193 (r dot i dot k at free dot fr, Ilia)
H A DNEWS_5_4_0_RC1.txt415 (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 DNEWS_5_4_0_beta1.txt319 (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 DNEWS_5_4_0_beta2.txt370 (r dot i dot k at free dot fr, Ilia)
/web-php/backend/events/
H A D18138a11bcb55d9740c1b060a6e3d90734 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 Dd74d7dc7f33bf6fdab892001ba1a94487 r+Group/
H A D0caba9bbe58f13917000e3c4ca51f67075 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 Dmanual-lookup.inc194 $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 Dip-to-country.inc92 "r",
136 "r",
H A Dshared-manual.inc101 if ($fp = @fopen($notes_file, "r")) {
353 $r = <<<CHANGE_LANG
363 return trim($r);
H A Dprepend.inc43 $headers = str_replace(["\r", "\n", "\0"], "", $headers);
H A Dlayout.inc316 …echo preg_replace("/\r?\n\r?\n/", "<br><br>", trim(htmlentities($event['ldesc'],ENT_QUOTES | ENT_I…
/web-php/js/
H A Dcommon.js96 return this.nodeType === 3 && /[^\t\n\r ]/.test(this.textContent);

Completed in 78 milliseconds