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
| # Known incompatible clients. See https://www.chromium.org/updates/same-site/incompatible-clients | |
| # | |
| # All browsers on iOS 12 | |
| BrowserMatch "\(iP.+; CPU .*OS 12[_\d]*.*\) AppleWebKit\/" DO_NOT_EDIT_COOKIE=1 | |
| # Safari on MacOS 10.14 | |
| BrowserMatch "\(Macintosh;.*Mac OS X 10_14[_\d]*.*\) AppleWebKit\/.*Version\/.* Safari\/" DO_NOT_EDIT_COOKIE=1 | |
| # Embedded browsers on MacOS 10.14 | |
| BrowserMatch "^Mozilla\/[\.\d]+ \(Macintosh;.*Mac OS X 10_14[_\d]*.*\) .*AppleWebKit\/[\.\d]+ \(KHTML, like Gecko\)$" DO_NOT_EDIT_COOKIE=1 |
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 | |
| namespace App; | |
| use GuzzleHttp\Psr7; | |
| use GuzzleHttp\Client; | |
| use GuzzleHttp\Exception\ClientException; | |
| use GuzzleHttp\Exception\RequestException; | |
| class SoapClientGuzzle extends \SoapClient |
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
| ; create($nothing) | |
| @prop #102."packages" 0 "" | |
| @prop #102."provides_cache" 0 "" | |
| @prop #102."requires_cache" 0 "" | |
| @prop #102."last_fetch_index" 0 "" | |
| @prop #102."archived" 0 "" | |
| @prop #102."cached" 0 "" | |
| @prop #102."archive_host" "207.210.101.162" "" | |
| @prop #102."archive_port" 80 "" |
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
| ; create($nothing) | |
| @verb #101:"_log" this none this xd | |
| @program #101:_log | |
| notify(player, tostr(@args)); | |
| . | |
| @verb #101:"_suspend_if_necessary" this none this xd | |
| @program #101:_suspend_if_necessary | |
| ticks_left() < 10000 || seconds_left() < 2 && suspend(0); |