Searched refs:T_PUBLIC (Results 1 – 16 of 16) sorted by relevance
/plugin/ipban/ip-lib/src/Range/ |
H A D | Type.php | 99 const T_PUBLIC = 13; define in IPLib\\Range\\Type 135 case static::T_PUBLIC:
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/ |
H A D | Tokens.php | 356 T_PUBLIC => 6, 562 T_PUBLIC => T_PUBLIC, 573 T_PUBLIC => T_PUBLIC,
|
H A D | File.php | 2950 T_PUBLIC => T_PUBLIC, 2974 case T_PUBLIC: 3064 T_PUBLIC => T_PUBLIC, 3085 case T_PUBLIC:
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Functions/ |
H A D | LowercaseFunctionKeywordsSniff.php | 43 T_PUBLIC,
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/ |
H A D | LowerCaseKeywordSniff.php | 93 T_PUBLIC,
|
H A D | ForbiddenFunctionsSniff.php | 131 T_PUBLIC => true,
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/ |
H A D | VariableCommentSniff.php | 50 T_PUBLIC,
|
H A D | DocCommentAlignmentSniff.php | 82 T_PUBLIC => true,
|
H A D | FileCommentSniff.php | 96 T_PUBLIC,
|
H A D | InlineCommentSniff.php | 89 T_PUBLIC,
|
H A D | BlockCommentSniff.php | 93 T_PUBLIC => true,
|
/plugin/ipban/ip-lib/src/Address/ |
H A D | IPv4.php | 186 return RangeType::T_PUBLIC;
|
H A D | IPv6.php | 339 '2000::/3' => array(RangeType::T_PUBLIC),
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/ |
H A D | File.php | 510 case T_PUBLIC:
|
/plugin/ipban/ip-lib/ |
H A D | README.md | 207 - `\IPLib\Range\Type::T_PUBLIC` if the address is for public usage (for instance `104.25.25.33` or … 217 // $type is \IPLib\Range\Type::T_PUBLIC
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/ |
H A D | FileCommentSniff.php | 167 T_PUBLIC,
|