dmxlc3M6Ly81ZTFkMDk4MS0wMTk3LTQxMDUtOGYxNi01M2JjYzI0NWY4ZjNAc3Rhcy53aGl0ZXZwbi5sb2w6NDQzLz90eXBlPXRjcCZlbmNyeXB0aW9uPW5vbmUmZmxvdz14dGxzLXJwcngtdmlzaW9uJnNuaT1tYXgucnUmZnA9cXEmc2VjdXJpdHk9cmVhbGl0eSZwYms9WDJHTzJzMEc1d1J4cm5LVWF4SWxPWnNQVlQ0VDZLRlJvMzBUdU5UWk1SSSZzaWQ9ZGM0YWE2NjM1MDA4YTlhZSZwYWNrZXRFbmNvZGluZz14dWRwIyVGMCU5RiU4NyVBNyVGMCU5RiU4NyVCRSUyMEJlbGFydXMlMjAlN0MlMjAlRjAlOUYlOEMlOTAlMjAlNUIlMkFDSURSJTVEJTIwWUE=
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function replace_area_format(string $area): string | |
| { | |
| $pattern = [ | |
| '/\bсот(к[а|и]|ок)\b/ui' => 'сот.', | |
| '/\b(гектар)(|[ы]|(а|ов))\b/ui' => 'Га', | |
| '/\b(кв(.\s?)м)(|етр)(|ов|а)\b/ui' => 'м²', | |
| ]; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| fields: [ | |
| { | |
| id: 2, | |
| name: '\u0422\u0438\u043f \u043f\u0440\u0435\u0434\u043b\u043e\u0436\u0435\u043d\u0438\u044f', | |
| slug: 'offer-type', | |
| base_slug: 'offer_type', | |
| parent_id: 0, | |
| type: 'select', | |
| is_number: false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ================================================== | |
| // fancyBox v3.5.7 | |
| // | |
| // Licensed GPLv3 for open source use | |
| // or fancyBox Commercial License for commercial use | |
| // | |
| // http://fancyapps.com/fancybox/ | |
| // Copyright 2022 fancyApps | |
| // | |
| // ================================================== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| / 20220218235112 | |
| // http://fqe0/_dt.php | |
| { | |
| "Лера Михайлова": [ | |
| 367581, | |
| 294822 | |
| ], | |
| "Maria Sysoikina": [ | |
| 367581, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function isPrimaryStateRegistrationNumber($number) { | |
| let n = $number.length == 13 ? 11 : $number.length == 15 ? 13 : 0, | |
| j = $number.slice(0, -1), | |
| v = j / n, | |
| g = v.toString().replace(/\..*/gm, '') * n, | |
| f = (j - g).toString(), | |
| k = f > 9 ? f.slice(-1) : f, | |
| t = k == $number.toString().slice(-1); | |
| return t; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| document['documentElement']['outerHTML'] | |
| ['match'](/"ydoWorkerId":(["\w"|-])+/m)[0x0] | |
| ['split'](':')[0x1] | |
| ['replaceAll']('\x22', ''); | |
| // "ydoWorkerId":"(.*?)" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| $request = simplexml_load_string( | |
| file_get_contents( | |
| $uri = 'https://www.cbr.ru/scripts/XML_daily.asp', | |
| false, | |
| stream_context_create([ | |
| 'http' => [ | |
| 'method' => 'GET', | |
| 'header' => |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "pathName": "path22", | |
| "pathMass": [ | |
| { | |
| "x": 3823.8979, | |
| "y": 1195.8703 | |
| }, | |
| { | |
| "x": 30.3906, |
NewerOlder