Home
last modified time | relevance | path

Searched refs:fix (Results 101 – 125 of 367) sorted by relevance

12345678910>>...15

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DLowerCaseKeywordSniff.php137 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'Found', $data);
138 if ($fix === true) {
/plugin/pageredirect/
H A DChangeLog.md32 - fix fatal error when showing redirected message. [a04bcd9], [#23]
33 - fix plugin conflict with creole plugin. [36ebf4a], [#18]
55 - fix test which is not passing with new version of Dokuwiki. [#22]
74 - fix access to protected variable after [dokuwiki#555]. [#10], [#11]
103 - fix matching page with `#REDIRECT` syntax. [4dca632]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/
H A DDisallowSpaceIndentSniff.php169 $fix = $phpcsFile->addFixableError($error, $i, 'SpacesUsed');
170 if ($fix === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Formatting/
H A DMultipleStatementAlignmentSniff.php296 $fix = $phpcsFile->addFixableError($error, $assignment, $type, $errorData);
298 … $fix = $phpcsFile->addFixableWarning($error, $assignment, $type.'Warning', $errorData);
303 if ($fix === true && $data['found'] !== null) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Strings/
H A DConcatenationSpacingSniff.php117 $fix = $phpcsFile->addFixableError($message, $stackPtr, 'PaddingFound', $data);
119 if ($fix === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DVariableCommentSniff.php127 $fix = $phpcsFile->addFixableError($error, ($foundVar + 2), 'IncorrectVarType', $data);
128 if ($fix === true) {
/plugin/note/
H A DCHANGES.md21 * fix the trimmed space problem
22 * fix the issue with protected modes (e.g. ```<tt><code></tt>``` & ```<tt><file></tt>```) not being allowed within notes
/plugin/projects/
H A Dchangelog21 * A fix for broken media file links to generated files as caused by 2011-11-10 (Angua RC).
23 * A simple fix for 2011-11-10 (Angua RC).
28 …* Bug fix: On the project management page, the remake and delete buttons acted on the current page…
33 …* More fix to metadata handling. This should solve the problem that the file and wiki page are out…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFunctionCommentSniff.php316 … $fix = $phpcsFile->addFixableError($error, $param['tag'], 'SpacingAfterParamType', $data);
317 if ($fix === true) {
388 … $fix = $phpcsFile->addFixableError($error, $param['tag'], 'SpacingAfterParamName', $data);
389 if ($fix === true) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/ControlStructures/
H A DInlineControlStructureSniff.php130 …$fix = $phpcsFile->addFixableError('Inline control structures are not allowed', $stackPtr, 'NotAll…
132 …$fix = $phpcsFile->addFixableWarning('Inline control structures are discouraged', $stackPtr, 'Disc…
138 if ($fix !== true) {
/plugin/sneakyindexfix/
H A Dplugin.info.txt6 desc fix arround sneaky_index
/plugin/icalevents/vendor/sabre/uri/
H A D.travis.yml11 - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
/plugin/davcal/vendor/sabre/event/
H A D.travis.yml16 - ./bin/sabre-cs-fixer fix . --dry-run --diff
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DSECURITY.md5 Tidelift will coordinate the fix and disclosure.
/plugin/dropfiles/
H A Dwebpack.config.js20 fix: true,
/plugin/codemirror/
H A Dplugin.info.txt2 author Albert Gasset (fix by CosmoCode)
/plugin/structsection/
H A Dwebpack.config.js22 fix: true,
/plugin/fetchmedia/
H A Dwebpack.config.js21 fix: true,
/plugin/davcal/vendor/sabre/xml/
H A D.travis.yml20 - ./bin/sabre-cs-fixer fix . --dry-run --diff
/plugin/icalevents/vendor/sabre/vobject/
H A D.travis.yml12 - ./bin/sabre-cs-fixer fix . --dry-run --diff
/plugin/tablelayout/
H A Dplugin.info.txt6 desc Set the width of table columns and set which lines to fix
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.CommentScriptContents.txt
/plugin/dokumicrobugtracker/
H A DREADME.md74 | 2011-04-13 | Fix #27, remove the forced title in the form, fix multiple post occurring when displ…
76 | 2011-10-17 | Use jquery, datatables plugin and jEditable to manage table, and fix a security issu…
77 | 2011-10-18 | Fix link to the stylesheet in action.php, fix the delete feature. |
/plugin/sidebar/
H A Dstyle.css41 width:77%; /* also see IE Win fix below */
163 * html .page .toc {height:1px} /* General Dokuwiki fix. IE needs this to always display TOC cont…
164 * html pre {width:95%;} /* General Dokuwiki fix - very important for Sidebar. IE needs th…
/plugin/icalevents/vendor/sabre/xml/
H A D.travis.yml25 - ./bin/sabre-cs-fixer fix . --dry-run --diff

12345678910>>...15