Home
last modified time | relevance | path

Searched refs:T_PUBLIC (Results 1 – 16 of 16) sorted by relevance

/plugin/ipban/ip-lib/src/Range/
H A DType.php99 const T_PUBLIC = 13; define in IPLib\\Range\\Type
135 case static::T_PUBLIC:
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php356 T_PUBLIC => 6,
562 T_PUBLIC => T_PUBLIC,
573 T_PUBLIC => T_PUBLIC,
H A DFile.php2950 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 DLowercaseFunctionKeywordsSniff.php43 T_PUBLIC,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DLowerCaseKeywordSniff.php93 T_PUBLIC,
H A DForbiddenFunctionsSniff.php131 T_PUBLIC => true,
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Commenting/
H A DVariableCommentSniff.php50 T_PUBLIC,
H A DDocCommentAlignmentSniff.php82 T_PUBLIC => true,
H A DFileCommentSniff.php96 T_PUBLIC,
H A DInlineCommentSniff.php89 T_PUBLIC,
H A DBlockCommentSniff.php93 T_PUBLIC => true,
/plugin/ipban/ip-lib/src/Address/
H A DIPv4.php186 return RangeType::T_PUBLIC;
H A DIPv6.php339 '2000::/3' => array(RangeType::T_PUBLIC),
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DFile.php510 case T_PUBLIC:
/plugin/ipban/ip-lib/
H A DREADME.md207 - `\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 DFileCommentSniff.php167 T_PUBLIC,