Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DCommentThreadSnippet.php33 public $isPublic; variable in Google\\Service\\YouTube\\CommentThreadSnippet
76 public function setIsPublic($isPublic) argument
78 $this->isPublic = $isPublic;
85 return $this->isPublic;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/NamingConventions/
H A DValidVariableNameSniff.php60 $isPublic = false;
62 $isPublic = true;
66 if ($isPublic === false && $memberName{0} !== '_') {
74 if ($isPublic === true && $scopeSpecified === true && $memberName{0} === '_') {
H A DValidFunctionNameSniff.php126 $isPublic = false;
128 $isPublic = true;
132 if ($isPublic === false) {
144 if ($isPublic === true && $scopeSpecified === true && $methodName{0} === '_') {
164 if (PHP_CodeSniffer::isCamelCaps($testMethodName, false, $isPublic, false) === false) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/Formats/Keys/
H A DPKCS8.php77 $isPublic = strpos($key, 'PUBLIC') !== false;
84 case !$isPublic && $type == 'publicKey':
86 case $isPublic && $type == 'privateKey':
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS8.php88 $isPublic = strpos($key, 'PUBLIC') !== false;
95 case !$isPublic && $type == 'publicKey':
97 case $isPublic && $type == 'privateKey':
116 if ($isPublic) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS8.php81 $isPublic = strpos($key, 'PUBLIC') !== false;
88 case !$isPublic && $type == 'publicKey':
90 case $isPublic && $type == 'privateKey':
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php160 …if ($class->hasMethod('get' . $this->name) && $class->getMethod('get' . $this->name)->isPublic()) {
162 …seif ($class->hasMethod('is' . $this->name) && $class->getMethod('is' . $this->name)->isPublic()) {
164 …if ($class->hasMethod('has' . $this->name) && $class->getMethod('has' . $this->name)->isPublic()) {
172 …if ($class->hasMethod('set' . $this->name) && $class->getMethod('set' . $this->name)->isPublic()) {
/plugin/combo/action/
H A Dcache.php94 $isPublic = ExecutionContext::getActualOrCreateFromEnv()
96 if (!$isPublic) {
H A Dstaticresource.php192 if (!$dokuPath->isPublic()) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php76 if ($constructor->isPublic() && 0 == $constructor->getNumberOfRequiredParameters()) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DStandardTestSuiteLoader.php78 $method->isPublic() &&
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/
H A DStatic.php190 $cloneable = $method->isPublic();
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php112 || ($constructor->isPublic() && !$constructor->isFinal())) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php161 !$constructor->isPublic()) {
846 if (!$method->isPublic()) {
H A DTestCase.php2485 $reflector->getMethod('__clone')->isPublic()) {
H A DAssert.php2892 if (!$attribute || $attribute->isPublic()) {
/plugin/combo/ComboStrap/
H A DWikiPath.php985 function isPublic(): bool function in ComboStrap\\WikiPath
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php1301 if ($method->isPublic() || $method->isAbstract()) {