Home
last modified time | relevance | path

Searched refs:isPublic (Results 1 – 5 of 5) sorted by relevance

/template/strap/action/
H A Dcache.php94 $isPublic = ExecutionContext::getActualOrCreateFromEnv()
96 if (!$isPublic) {
H A Dstaticresource.php221 if (!$dokuPath->isPublic()) {
/template/twigstarter/vendor/twig/twig/src/Util/
DReflectionCallable.php71 …($callable) && method_exists(...$callable) && !(new \ReflectionMethod(...$callable))->isPublic()) {
/template/strap/ComboStrap/
H A DWikiPath.php985 function isPublic(): bool function in ComboStrap\\WikiPath
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php2205 if (!$property->isPublic() || $property->isStatic()) {