Home
last modified time | relevance | path

Searched +refs:indentation +refs:suspicious +refs:quote (Results 1 – 25 of 915) sorted by relevance

12345678910>>...37

/dports/lang/racket/racket-8.3/src/expander/read/
H A Dindentation.rkt12 [suspicious-closer #:mutable] ; expected closer when suspicious line found
16 [suspicious-line #:mutable] ; non-#f => first suspicious line since opener
18 …[suspicious-quote #:mutable])) ; non-#f => first suspicious quote whose closer is on a different l…
28 #f ; suspicious-line
30 #f)) ; suspicious-quote
47 (unless (indentation-suspicious-line indt)
50 (set-indentation-suspicious-closer! indt (indentation-closer indt))
51 (set-indentation-suspicious-line! indt line))])))
56 [(indentation-suspicious-line indt)
58 (closer-name (indentation-suspicious-closer indt) config)
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/read/
H A Dindentation.rkt12 [suspicious-closer #:mutable] ; expected closer when suspicious line found
16 [suspicious-line #:mutable] ; non-#f => first suspicious line since opener
18 …[suspicious-quote #:mutable])) ; non-#f => first suspicious quote whose closer is on a different l…
28 #f ; suspicious-line
30 #f)) ; suspicious-quote
47 (unless (indentation-suspicious-line indt)
50 (set-indentation-suspicious-closer! indt (indentation-closer indt))
51 (set-indentation-suspicious-line! indt line))])))
56 [(indentation-suspicious-line indt)
58 (closer-name (indentation-suspicious-closer indt) config)
[all …]
/dports/editors/emacs/emacs-27.2/doc/emacs/
H A Dprograms.texi19 Apply the usual indentation conventions of the language
318 @cindex indentation for programs
366 indentation.
439 @cindex customizing Lisp indentation
518 @cindex style (for indentation)
659 If the expression is preceded by any prefix characters (single-quote,
929 @cindex indentation for comments
1049 and indentation to continue the comment.
1142 to indicate an acceptable range of indentation.
1838 @cindex suspicious constructions in C, C++
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/doc/emacs/
H A Dprograms.texi19 Apply the usual indentation conventions of the language
320 @cindex indentation for programs
368 indentation.
441 @cindex customizing Lisp indentation
537 @cindex style (for indentation)
678 If the expression is preceded by any prefix characters (single-quote,
962 @cindex indentation for comments
1082 and indentation to continue the comment.
1175 to indicate an acceptable range of indentation.
1897 @cindex suspicious constructions in C, C++
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/c-family/
H A Dc.opt276 Warn on suspicious calls of standard functions computing absolute values.
280 Warn about suspicious uses of memory addresses.
677 Warn for suspicious integer expressions in boolean context.
713 Warn about suspicious declarations of \"main\".
721 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
727 Wmisleading-indentation
729 Warn when the indentation of the code does not reflect the block structure.
765 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
769 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
1031 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/c-family/
H A Dc.opt276 Warn on suspicious calls of standard functions computing absolute values.
280 Warn about suspicious uses of memory addresses.
704 Warn for suspicious integer expressions in boolean context.
740 Warn about suspicious declarations of \"main\".
748 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
754 Wmisleading-indentation
756 Warn when the indentation of the code does not reflect the block structure.
800 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
804 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
1076 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/c-family/
H A Dc.opt276 Warn on suspicious calls of standard functions computing absolute values.
280 Warn about suspicious uses of memory addresses.
704 Warn for suspicious integer expressions in boolean context.
740 Warn about suspicious declarations of \"main\".
748 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
754 Wmisleading-indentation
756 Warn when the indentation of the code does not reflect the block structure.
800 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
804 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
1076 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/c-family/
H A Dc.opt276 Warn on suspicious calls of standard functions computing absolute values.
280 Warn about suspicious uses of memory addresses.
704 Warn for suspicious integer expressions in boolean context.
740 Warn about suspicious declarations of \"main\".
748 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
754 Wmisleading-indentation
756 Warn when the indentation of the code does not reflect the block structure.
800 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
804 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
1076 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/c-family/
H A Dc.opt276 Warn on suspicious calls of standard functions computing absolute values.
280 Warn about suspicious uses of memory addresses.
677 Warn for suspicious integer expressions in boolean context.
713 Warn about suspicious declarations of \"main\".
721 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
727 Wmisleading-indentation
729 Warn when the indentation of the code does not reflect the block structure.
765 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
769 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
1031 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/c-family/
H A Dc.opt276 Warn on suspicious calls of standard functions computing absolute values.
280 Warn about suspicious uses of memory addresses.
677 Warn for suspicious integer expressions in boolean context.
713 Warn about suspicious declarations of \"main\".
721 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
727 Wmisleading-indentation
729 Warn when the indentation of the code does not reflect the block structure.
765 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
769 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
1031 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc.opt276 Warn about suspicious uses of memory addresses.
643 Warn for suspicious integer expressions in boolean context.
679 Warn about suspicious declarations of \"main\".
687 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
691 Warn about suspicious calls to memset where the third argument contains the number of elements not …
693 Wmisleading-indentation
695 Warn when the indentation of the code does not reflect the block structure.
731 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
735 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
981 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/c-family/
H A Dc.opt276 Warn about suspicious uses of memory addresses.
643 Warn for suspicious integer expressions in boolean context.
679 Warn about suspicious declarations of \"main\".
687 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
691 Warn about suspicious calls to memset where the third argument contains the number of elements not …
693 Wmisleading-indentation
695 Warn when the indentation of the code does not reflect the block structure.
731 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
735 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
981 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc.opt276 Warn about suspicious uses of memory addresses.
643 Warn for suspicious integer expressions in boolean context.
679 Warn about suspicious declarations of \"main\".
687 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
691 Warn about suspicious calls to memset where the third argument contains the number of elements not …
693 Wmisleading-indentation
695 Warn when the indentation of the code does not reflect the block structure.
731 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
735 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
981 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/c-family/
H A Dc.opt276 Warn about suspicious uses of memory addresses.
643 Warn for suspicious integer expressions in boolean context.
679 Warn about suspicious declarations of \"main\".
687 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
691 Warn about suspicious calls to memset where the third argument contains the number of elements not …
693 Wmisleading-indentation
695 Warn when the indentation of the code does not reflect the block structure.
731 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
735 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
981 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/c-family/
H A Dc.opt276 Warn about suspicious uses of memory addresses.
643 Warn for suspicious integer expressions in boolean context.
679 Warn about suspicious declarations of \"main\".
687 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
691 Warn about suspicious calls to memset where the third argument contains the number of elements not …
693 Wmisleading-indentation
695 Warn when the indentation of the code does not reflect the block structure.
731 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
735 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
981 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/c-family/
H A Dc.opt276 Warn about suspicious uses of memory addresses.
643 Warn for suspicious integer expressions in boolean context.
679 Warn about suspicious declarations of \"main\".
687 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
691 Warn about suspicious calls to memset where the third argument contains the number of elements not …
693 Wmisleading-indentation
695 Warn when the indentation of the code does not reflect the block structure.
731 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
735 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
981 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/c-family/
H A Dc.opt288 Warn on suspicious calls of standard functions computing absolute values.
292 Warn about suspicious uses of memory addresses.
742 Warn for suspicious integer expressions in boolean context.
778 Warn about suspicious declarations of \"main\".
786 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
792 Wmisleading-indentation
794 Warn when the indentation of the code does not reflect the block structure.
852 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
861 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
1142 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/c-family/
H A Dc.opt288 Warn on suspicious calls of standard functions computing absolute values.
292 Warn about suspicious uses of memory addresses.
799 Warn for suspicious integer expressions in boolean context.
835 Warn about suspicious declarations of \"main\".
843 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
849 Wmisleading-indentation
851 Warn when the indentation of the code does not reflect the block structure.
913 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
922 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
1207 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/c-family/
H A Dc.opt288 Warn on suspicious calls of standard functions computing absolute values.
292 Warn about suspicious uses of memory addresses.
742 Warn for suspicious integer expressions in boolean context.
778 Warn about suspicious declarations of \"main\".
786 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
792 Wmisleading-indentation
794 Warn when the indentation of the code does not reflect the block structure.
852 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
861 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
1142 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/c-family/
H A Dc.opt288 Warn on suspicious calls of standard functions computing absolute values.
292 Warn about suspicious uses of memory addresses.
742 Warn for suspicious integer expressions in boolean context.
778 Warn about suspicious declarations of \"main\".
786 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
792 Wmisleading-indentation
794 Warn when the indentation of the code does not reflect the block structure.
852 Warn about suspicious divisions of two sizeof expressions that don't work correctly with pointers.
861 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
1142 Warn on suspicious constructs involving reverse scalar storage order.
[all …]
/dports/devel/ipython/ipython-7.29.0/docs/source/whatsnew/
H A Dgithub-stats-0.13.rst160 * :ghpull:`1921`: magic_arguments: dedent but otherwise preserve indentation.
186 * :ghpull:`1892`: Remove suspicious quotes in interactiveshell.py
281 * :ghpull:`1694`: Add quote to notebook to allow it to load
351 * :ghpull:`1517`: Fix indentation bug in IPython/lib/pretty.py
573 * :ghissue:`1957`: fix indentation in kernel.js
606 * :ghissue:`1921`: magic_arguments: dedent but otherwise preserve indentation.
653 * :ghissue:`1892`: Remove suspicious quotes in interactiveshell.py
835 * :ghissue:`1694`: Add quote to notebook to allow it to load
973 * :ghissue:`1517`: Fix indentation bug in IPython/lib/pretty.py
1131 * :ghissue:`1311`: Fixing CM related indentation problems.
/dports/devel/ipython5/ipython-5.10.0/docs/source/whatsnew/
H A Dgithub-stats-0.13.rst160 * :ghpull:`1921`: magic_arguments: dedent but otherwise preserve indentation.
186 * :ghpull:`1892`: Remove suspicious quotes in interactiveshell.py
281 * :ghpull:`1694`: Add quote to notebook to allow it to load
351 * :ghpull:`1517`: Fix indentation bug in IPython/lib/pretty.py
573 * :ghissue:`1957`: fix indentation in kernel.js
606 * :ghissue:`1921`: magic_arguments: dedent but otherwise preserve indentation.
653 * :ghissue:`1892`: Remove suspicious quotes in interactiveshell.py
835 * :ghissue:`1694`: Add quote to notebook to allow it to load
973 * :ghissue:`1517`: Fix indentation bug in IPython/lib/pretty.py
1131 * :ghissue:`1311`: Fixing CM related indentation problems.
/dports/lang/gnat_util/gcc-6-20180516/gcc/c-family/
H A Dc.opt272 Warn about suspicious uses of memory addresses.
558 Warn about suspicious declarations of \"main\".
566 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
568 Wmisleading-indentation
570 Warn when the indentation of the code does not reflect the block structure.
598 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
809 Warn on suspicious constructs involving reverse scalar storage order.
1626 -iquote <dir> Add <dir> to the end of the quote include path.
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/c-family/
H A Dc.opt272 Warn about suspicious uses of memory addresses.
558 Warn about suspicious declarations of \"main\".
566 Warn about suspicious calls to memset where the third argument is constant literal zero and the sec…
568 Wmisleading-indentation
570 Warn when the indentation of the code does not reflect the block structure.
598 Warn about suspicious length parameters to certain string functions if the argument uses sizeof.
809 Warn on suspicious constructs involving reverse scalar storage order.
1626 -iquote <dir> Add <dir> to the end of the quote include path.
/dports/irc/riece/riece-9.0.0/lisp/
H A DChangeLog.Liece458 (liece-quote-ccl-256-table): Simplified.
824 (liece-suspicious-message-prefix): Abolish.
830 (liece-message-suspicious-p): Abolish.
1027 (liece-quote-ccl-decode): Simplified.
2245 (irchat-crypt-ignore-suspicious): Abolish.
2679 (irchat-message-suspicious-p): Ditto.
2863 * irchat-inlines.el (format-quote): Abolished.
3675 (irchat-define-keys): Add lisp-mode indentation.
4536 * irchat-ctcp.el (irchat-ccl-quote-decode):
4625 (irchat-ccl-quote-encode): New CCL program.
[all …]

12345678910>>...37