/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | CommentThreadSnippet.php | 33 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 D | ValidVariableNameSniff.php | 60 $isPublic = false; 62 $isPublic = true; 66 if ($isPublic === false && $memberName{0} !== '_') { 74 if ($isPublic === true && $scopeSpecified === true && $memberName{0} === '_') {
|
H A D | ValidFunctionNameSniff.php | 126 $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 D | PKCS8.php | 77 $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 D | PKCS8.php | 88 $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 D | PKCS8.php | 81 $isPublic = strpos($key, 'PUBLIC') !== false; 88 case !$isPublic && $type == 'publicKey': 90 case $isPublic && $type == 'privateKey':
|
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/ |
H A D | PropertyMetadata.php | 160 …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 D | cache.php | 94 $isPublic = ExecutionContext::getActualOrCreateFromEnv() 96 if (!$isPublic) {
|
H A D | staticresource.php | 192 if (!$dokuPath->isPublic()) {
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/ |
H A D | ThrowPromise.php | 76 if ($constructor->isPublic() && 0 == $constructor->getNumberOfRequiredParameters()) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/ |
H A D | StandardTestSuiteLoader.php | 78 $method->isPublic() &&
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/ |
H A D | Static.php | 190 $cloneable = $method->isPublic();
|
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ |
H A D | Doubler.php | 112 || ($constructor->isPublic() && !$constructor->isFinal())) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
H A D | TestSuite.php | 161 !$constructor->isPublic()) { 846 if (!$method->isPublic()) {
|
H A D | TestCase.php | 2485 $reflector->getMethod('__clone')->isPublic()) {
|
H A D | Assert.php | 2892 if (!$attribute || $attribute->isPublic()) {
|
/plugin/combo/ComboStrap/ |
H A D | WikiPath.php | 985 function isPublic(): bool function in ComboStrap\\WikiPath
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
H A D | Generator.php | 1301 if ($method->isPublic() || $method->isAbstract()) {
|