| /plugin/sha3sum/ |
| D | Sha3.php | 44 $bc = []; 49 $bc[$i] = [ 57 …$bc[($i + 4) % 5][0] ^ (($bc[($i + 1) % 5][0] << 1) | ($bc[($i + 1) % 5][1] >> 31)) & (0xFFFFFFFF), 58 … $bc[($i + 4) % 5][1] ^ (($bc[($i + 1) % 5][1] << 1) | ($bc[($i + 1) % 5][0] >> 31)) & (0xFFFFFFFF) 74 $bc[0] = $st[$j]; 90 $t = $bc[0]; 96 $bc[$i] = $st[$j + $i]; 100 $st[$j + $i][0] ^ ~$bc[($i + 1) % 5][0] & $bc[($i + 2) % 5][0], 101 $st[$j + $i][1] ^ ~$bc[($i + 1) % 5][1] & $bc[($i + 2) % 5][1] 178 $bc = []; [all …]
|
| /plugin/groupmail/ |
| D | README.textile | 48 bc. {{groupmail>}} 54 bc. {{groupmail>subject=Feedback from Site}} 58 bc. {{groupmail>toemail=example@mail.com|subject=Feedback from Site}} 62 bc. {{groupmail>touser=dokuwikiuser}} 66 bc. {{groupmail>togroup=dokuwikigroup}} 70 bc. {{groupmail>toemail=example@mail.com|ccuser=dokuwikiuser|bccgroup=dokuwikigroup}} 74 bc. {{groupmail>autofrom}} 78 bc. {{groupmail>content=Feedback for the wiki:}} 82 bc. {{groupmail>sendlog=:path:to:log:file}}
|
| /plugin/elasticsearch/vendor/react/promise/ |
| D | CHANGELOG.md | 200 * BC break: Bump minimum PHP version to PHP 5.4. 201 * BC break: Remove `ResolverInterface` and `PromiseInterface` from 203 * BC break: Change signature of `PromiseInterface`. 204 * BC break: Remove `When` and `Util` classes and move static methods to 206 * BC break: `FulfilledPromise` and `RejectedPromise` now throw an exception 208 * BC break: `Deferred::resolve()` and `Deferred::reject()` no longer return
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | CHANGELOG.md | 745 * Fixing BC break: Added back the MonologLogAdapter implementation rather than extending from PsrLo… 747 * Fixing BC break: Added the implementation back in for `Guzzle\Http\Message\AbstractMessage::getTo… 944 * BC: Removed `Guzzle\Http\Utils` class 945 * BC: Setting a service description on a client will no longer modify the client's command factorie… 946 * BC: Emitting IO events from a RequestMediator is now a parameter that must be set in a request's … 948 * BC: `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getSteamType()` are no longer… 998 * BC: CurlException now extends from RequestException rather than BadResponseException 999 * BC: Renamed Guzzle\Plugin\Cache\CanCacheStrategyInterface::canCache() to canCacheRequest() and ad… 1180 * BC: Guzzle\Http\Query 1193 * BC: Moving things to get ready for subtree splits. Moving Inflection into Common. Moving Guzzle\H… [all …]
|
| /plugin/contactmodern/ |
| D | README.textile | 46 bc. {{contact>}} 52 bc. {{contact>subj=Feedback from Site}} 56 bc. {{contact>to=profile1|subj=Feedback from Site}}
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
| D | CHANGELOG.md | 262 Please see [the upgrade document](UPGRADING.md) that describes all BC breaking changes. 1040 * Fixing BC break: Added back the MonologLogAdapter implementation rather than extending from PsrLo… 1042 * Fixing BC break: Added the implementation back in for `Guzzle\Http\Message\AbstractMessage::getTo… 1239 * BC: Removed `Guzzle\Http\Utils` class 1240 * BC: Setting a service description on a client will no longer modify the client's command factorie… 1241 * BC: Emitting IO events from a RequestMediator is now a parameter that must be set in a request's … 1243 * BC: `Guzzle\Stream\Stream::getWrapper()` and `Guzzle\Stream\Stream::getSteamType()` are no longer… 1293 * BC: CurlException now extends from RequestException rather than BadResponseException 1294 * BC: Renamed Guzzle\Plugin\Cache\CanCacheStrategyInterface::canCache() to canCacheRequest() and ad… 1475 * BC: Guzzle\Http\Query [all …]
|
| /plugin/authgooglesheets/vendor/monolog/monolog/ |
| D | CHANGELOG.md | 108 …* BC Break: This is a major release, see [UPGRADE.md](UPGRADE.md) for details if you are coming fr… 109 …* BC Break: Logger methods log/debug/info/notice/warning/error/critical/alert/emergency now have e… 117 …* BC Break: This is a major release, see [UPGRADE.md](UPGRADE.md) for details if you are coming fr… 118 * BC Break: PHP 7.2 is now the minimum required PHP version. 119 …* BC Break: Removed SlackbotHandler, RavenHandler and HipChatHandler, see [UPGRADE.md](UPGRADE.md)… 133 …* BC Break: This is a major release, see [UPGRADE.md](UPGRADE.md) for details if you are coming fr… 134 * BC Break: PHP 7.1 is now the minimum required PHP version. 135 …* BC Break: Quite a few interface changes, only relevant if you implemented your own handlers/proc… 136 …* BC Break: Removed non-PSR-3 methods to add records, all the `add*` (e.g. `addWarning`) methods a… 137 * BC Break: The record timezone is now set per Logger instance and not statically anymore [all …]
|
| /plugin/combo/vendor/php-webdriver/webdriver/lib/ |
| H A D | WebDriverCapabilities.php | 35 * @todo Remove in next major release (BC) 41 // TODO: Add in next major release (BC)
|
| H A D | WebDriverTargetLocator.php | 35 // TODO: Add in next major release (BC) 52 // TODO: Add in next major release (BC)
|
| H A D | WebDriver.php | 118 // TODO: Add in next major release (BC) 131 // TODO: Add in next major release (BC)
|
| H A D | WebDriverElement.php | 41 * @todo Add in next major release (BC) 141 * @todo Add in next major release (BC)
|
| /plugin/findologicxmlexport/vendor/sebastian/diff/tests/ |
| D | DifferTest.php | 132 array('bc', self::ADDED) 135 'bc' 163 array('bc', self::REMOVED), 166 'bc', 270 "--- Original\n+++ New\n@@ @@\n-ba\n+bc\n", 272 'bc' 290 "--- Original\n+++ New\n@@ @@\n-bc\n+abc\n", 291 'bc',
|
| /plugin/amcharts/assets/amcharts/themes/ |
| D | black.js | 11 … "#a7a737", "#86a965", "#8aabb0", "#69c8ff", "#cfd27e", "#9d9888", "#916b8a", "#724887", "#7256bc"] 15 … "#a7a737", "#86a965", "#8aabb0", "#69c8ff", "#cfd27e", "#9d9888", "#916b8a", "#724887", "#7256bc"] 23 … "#a7a737", "#86a965", "#8aabb0", "#69c8ff", "#cfd27e", "#9d9888", "#916b8a", "#724887", "#7256bc"]
|
| /plugin/facebooklike/ |
| D | README.textile | 26 bc. {{like>}} 30 bc. {{like>url=http://example.com/|colorscheme=dark}}
|
| /plugin/jplayer/vendor/kriswallsmith/assetic/ |
| D | CHANGELOG-1.1.md | 7 * Restored `PathUtils` for BC 14 * Replaced `AssetWriter::getCombinations()` for BC, even though we don't use it
|
| /plugin/publish/ |
| H A D | syntax.php | 139 $bc = explode(':',$b[0]); 141 $bn = count($bc); 155 $s = strcmp($ac[$n], $bc[$n]);
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/ |
| H A D | ocrbinfo.txt | 59 mskala@ansuz.sooke.bc.ca 60 http://ansuz.sooke.bc.ca/
|
| /plugin/webdav/vendor/sabre/event/ |
| D | CHANGELOG.md | 20 ReactPHP and Guzzle. The `error` method is kept for BC but will be removed 24 * BC Break: Promises now use the EventLoop to run "then"-events in a separate
|
| /plugin/webdav/vendor/sabre/dav/ |
| D | CHANGELOG.md | 77 * #801: BC break: If you were using the `Href` object before, it's behavior 430 * BC Break: It's no longer possible to instantiate the Locks plugin without 845 * BC Break: Property updating and fetching got refactored. Read the [migration 849 * BC Break: Removed `propertyUpdate`, `beforeGetProperties` and 896 * BC Break: The CardDAV and CalDAV BackendInterface each have a new method: 900 * BC Break: XML property classes now receive an extra argument in their 903 * BC Break: Now using sabre/event for event emitting/subscription. For plugin 906 * BC Break: Almost all core functionality moved into a CorePlugin. 907 * BC Break: Most events triggered by the server got an overhaul. 1054 * BC Break: Moved the entire codebase to PHP namespaces. [all …]
|
| /plugin/fckg/fckeditor/editor/skins/silver/ |
| D | fck_dialog.css | 175 .tl, .tr, .tc, .bl, .br, .bc 182 * html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc 295 .bc
|
| /plugin/fckg/fckeditor/editor/skins/default/ |
| D | fck_dialog.css | 175 .tl, .tr, .tc, .bl, .br, .bc 182 * html .tl, * html .tr, * html .tc, * html .bl, * html .br, * html .bc 295 .bc
|
| /plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/ |
| D | cp1255.map | 177 !BC U+00BC onequarter 192 !CC U+05BC afii57807
|
| /plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/ |
| H A D | DummyTest.php | 6 * This class is internal and does not follow the BC promise.
|
| /plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/ |
| D | DummyTest.php | 6 * This class is internal and does not follow the BC promise.
|
| /plugin/authssocas/vendor/psr/log/Psr/Log/Test/ |
| H A D | DummyTest.php | 6 * This class is internal and does not follow the BC promise.
|