/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/Policy/Subroutines/ |
H A D | ProhibitAmpersandSigils.pm | 22 Readonly::Hash my %IS_COMMA => 49 $IS_COMMA{ $previous->content() } ) {
|
H A D | ProhibitUnusedPrivateSubroutines.pm | 26 Readonly::Hash my %IS_COMMA => hashify( $COMMA, $FATCOMMA ); 305 $IS_COMMA{$element->content()} ) {
|
/dports/textproc/p5-PPIx-Utilities/PPIx-Utilities-1.001000/lib/PPIx/Utilities/ |
H A D | Statement.pm | 28 Readonly::Hash my %IS_COMMA => ( q[,] => 1, q[=>] => 1 ); 88 if ( $IS_COMMA{ $child->content() } ) {
|
/dports/textproc/p5-PPIx-Utils/PPIx-Utils-0.003/lib/PPIx/Utils/ |
H A D | Traversal.pm | 157 my %IS_COMMA = ( q[,] => 1, q[=>] => 1 ); 220 if ( $IS_COMMA{ $child->content() } ) {
|
/dports/graphics/geomview/geomview-1.9.5/src/bin/animate/ |
H A D | animate.c | 647 #define IS_COMMA ',' in get_script() macro 686 scrbuf[position] = IS_COMMA; in get_script()
|
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Library/UefiDevicePathLib/ |
H A D | UefiDevicePathLib.h | 27 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Library/UefiDevicePathLib/ |
H A D | UefiDevicePathLib.h | 27 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdePkg/Library/UefiDevicePathLib/ |
H A D | UefiDevicePathLib.h | 27 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Library/UefiDevicePathLib/ |
H A D | UefiDevicePathLib.h | 27 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdePkg/Library/UefiDevicePathLib/ |
H A D | UefiDevicePathLib.h | 27 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdePkg/Library/UefiDevicePathLib/ |
H A D | UefiDevicePathLib.h | 32 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdePkg/Library/UefiDevicePathLib/ |
H A D | UefiDevicePathLib.h | 27 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Library/UefiDevicePathLib/ |
H A D | UefiDevicePathLib.h | 27 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdePkg/Library/UefiDevicePathLib/ |
H A D | UefiDevicePathLib.h | 27 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/sysutils/edk2/edk2-edk2-stable202102/MdePkg/Library/UefiDevicePathLib/ |
H A D | UefiDevicePathLib.h | 27 #define IS_COMMA(a) ((a) == L',')
|
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/BaseTools/Source/C/Common/ |
H A D | CommonLib.h | 28 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/BaseTools/Source/C/Common/ |
H A D | CommonLib.h | 28 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/BaseTools/Source/C/Common/ |
H A D | CommonLib.h | 28 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/BaseTools/Source/C/Common/ |
H A D | CommonLib.h | 28 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/BaseTools/Source/C/Common/ |
H A D | CommonLib.h | 28 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/BaseTools/Source/C/Common/ |
H A D | CommonLib.h | 36 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/BaseTools/Source/C/Common/ |
H A D | CommonLib.h | 28 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/sysutils/edk2/edk2-edk2-stable202102/BaseTools/Source/C/Common/ |
H A D | CommonLib.h | 36 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/BaseTools/Source/C/Common/ |
H A D | CommonLib.h | 28 #define IS_COMMA(a) ((a) == L',') macro
|
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/lib/Perl/Critic/Policy/NamingConventions/ |
H A D | Capitalization.pm | 79 Readonly::Hash my %IS_COMMA => hashify( $COMMA, $FATCOMMA );
|