Home
last modified time | relevance | path

Searched refs:fixes (Results 1 – 25 of 162) sorted by relevance

1234567

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Methods/
DMethodDeclarationSniff.php98 $fixes = array();
104 $fixes[$final] = '';
105 $fixes[($final + 1)] = '';
106 if (isset($fixes[$visibility]) === true) {
107 $fixes[$visibility] = 'final '.$fixes[$visibility];
109 $fixes[$visibility] = 'final '.$tokens[$visibility]['content'];
118 $fixes[$abstract] = '';
119 $fixes[($abstract + 1)] = '';
120 if (isset($fixes[$visibility]) === true) {
121 $fixes[$visibility] = 'abstract '.$fixes[$visibility];
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/
DTidy.php46 $fixes = $this->makeFixes();
47 $this->makeFixesForLevel($fixes);
57 foreach ($fixes as $name => $fix) {
61 unset($fixes[$name]);
66 $this->populate($fixes);
107 * @param array $fixes
109 public function makeFixesForLevel($fixes) argument
121 $this->fixesForLevel[$this->defaultLevel] = array_keys($fixes);
127 * @param array $fixes Lookup table of fixes to activate
129 public function populate($fixes) argument
[all …]
/plugin/struct/action/
H A Dmigration.php262 [$pid, $rid, $rev, $colref, $rowno, $fixes] = $this->getFixedValues($row);
264 if (!empty($fixes)) {
266 SET " . implode(', ', $fixes) . "
282 [$pid, $rid, $rev, $colref, $rowno, $fixes] = $this->getFixedValues($row);
284 if (!empty($fixes)) {
286 SET " . implode(', ', $fixes) . "
402 $fixes = [];
412 $fixes[$col] = '["' . $matches['pid'] . '",0]';
416 if ($fixes !== []) {
417 … $fixes = array_map(static fn($set, $key) => "$key = '$set'", $fixes, array_keys($fixes));
[all …]
/plugin/asciidocjs/node_modules/acorn/
DCHANGELOG.md3 ### Bug fixes
9 ### Bug fixes
19 ### Bug fixes
26 ### Bug fixes
34 ### Bug fixes
43 ### Bug fixes
51 ### Bug fixes
67 ### Bug fixes
76 ### Bug fixes
87 ### Bug fixes
[all …]
/plugin/sequencediagram/bower_components/snap.svg/
Dhistory.md3 * Bug fixes.
16 * Various bug fixes
30 * Various bug fixes
45 * Various bug fixes
/plugin/asciidocjs/node_modules/core-js/
DCHANGELOG.md15 - Some fixes and improvements of the `postinstall` script like support `npm` color config ([#556](h…
44 - Add direct .exec calling to `RegExp#{@@replace, @@split, @@match, @@search}`. Also, added fixes f…
150 - Some other minor fixes and optimizations
158 - Some fixes for issues like [#159](https://github.com/zloirock/core-js/issues/159), [#186](https:/…
178 - Added fixes for some `Math` methods in Tor Browser
190 - Some other minor fixes
204 - Some minor `Promise` fixes:
231 …ints for `Array` statics, removed in `2.0`, for compatibility with `babel` `6` and for future fixes
245 - Implementation / fixes `Date#toJSON`
252 - Additional fixes for `String#split` (`RegExp#@@split`)
[all …]
/plugin/authyubikey/lib/
DNEWS4 ** Cosmetic fixes of examples.
26 ** API doc fixes.
/plugin/note/
DCHANGES.md1 * 2018-08-21 (fixes by Marcin Orlowski)
14 * 2009-06-15 (fixes by Aurélien Bompard)
/plugin/linkmanager/
Dstyle.css48 }/* I don't understand this, but this fixes a style bug in IE;
49 it's dirty, so any "real" fixes are welcome */
/plugin/pagecss/vendor/csstidy-2.2.1/
H A DREADME.md13 Additional to that it applies some optimisations and fixes to the CSS code.
56 * fixes minor bugs, mainly on CSS3 properties/units
58 * is PHP 5.4+ compliant, removes use of GLOBALS, fixes some bugs, integrates CSS3 units
/plugin/tindexmenu/
Dchangelog2 … * Various fixes so that the plugin folder must be named "tindexmenu" (Thanks wernerflamme)
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DHTML.TidyRemove.txt7 Fixes to remove from the default set of Tidy fixes as per your level.
DHTML.TidyAdd.txt7 Fixes to add to the default set of Tidy fixes as per your level.
/plugin/clock/
DChangeLog3 2024-01-21 -- Update preparation fixes
/plugin/jplayer/vendor/kriswallsmith/assetic/
DCHANGELOG-1.2.md16 ### Bug fixes
43 ### Bug fixes
/plugin/nbsp/
Dplugin.info.txt6 desc fixes Waterman nbsp for hogfather use
/plugin/asciidocjs/node_modules/with/node_modules/acorn/
DCHANGELOG.md3 ### Bug fixes
16 ### Bug fixes
34 ### Bug fixes
/plugin/gitbacked/
DCHANGELOG.md76 - fixes probable warning 'Array to string conversion'
82 - Deprecation warnings raised on `action/editcommit.php` - fixes [#86]
93 - Cyrillic commit messages not being corrupted anymore - fixes [#82]
108 - Allow empty commits - fixes [#39]
114 - Fix for compatibility to PHP versions <7.4 - was introduced by previous release - fixes [#69]
/plugin/prettytables/
Dplugin.info.txt6 desc Toolbar button that fixes the source code of a table by aligning the columns.
/plugin/jquery-syntax/
Daction.php62 'href' => $plugin_root.'/dw-fixes.css'
/plugin/markdownextra/lib/meltdown-tweaks/
Dmeltdown-tweaks.css23 /* Cosmetic fixes due to editor and preview being reversed: */
/plugin/mapillary/
DCHANGES3 * PHP 7 compatibility fixes
/plugin/asciidocjs/node_modules/async/
DCHANGELOG.md15 - Various doc fixes (#1708, #1712, #1717, #1740, #1739, #1749, #1756)
21 - Varios doc fixes (#1688, #1703, #1704)
32 - Various doc fixes (#1664, #1658, #1665, #1652)
36 ## Bug fixes
70 ## Bug fixes
75 - Miscellaneous docs fixes (#1393, #1501, #1540, #1543, #1558, #1563, #1564, #1579, #1581)
76 - Miscellaneous test fixes (#1538)
84 - Various small fixes/chores (#1505, #1511, #1527, #1530)
96 - Various doc fixes ([#1422](https://github.com/caolan/async/issues/1422), [#1424](https://github.c…
108 - Various doc fixes ([#1314](https://github.com/caolan/async/issues/1314), [#1394](https://github.c…
[all …]
/plugin/html2pdf/snorriheim/
Dmedia.css55 }/* I don't understand this, but this fixes a style bug in IE;
56 it's dirty, so any "real" fixes are welcome */
/plugin/findologicxmlexport/vendor/jms/serializer/
DREADME.md40 Bug fixes are accepted for both master and 1.x branches.
41 Bug fixes sent on the 1.x branch, will be ported to the master branch when possible.

1234567