| /plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
| 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/ |
| D | ValidVariableNameSniff.php | 60 $isPublic = false; 62 $isPublic = true; 66 if ($isPublic === false && $memberName{0} !== '_') { 74 if ($isPublic === true && $scopeSpecified === true && $memberName{0} === '_') {
|
| 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/EC/Formats/Keys/ |
| 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/DH/Formats/Keys/ |
| 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/DSA/Formats/Keys/ |
| 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/ |
| 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 | 221 if (!$dokuPath->isPublic()) {
|
| /plugin/deletepageguard/tests/ |
| H A D | test_runner.php | 309 return $reflection->isPublic(); 315 return $reflection->isPublic(); 321 return $reflection->isPublic();
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/ |
| D | ThrowPromise.php | 76 if ($constructor->isPublic() && 0 == $constructor->getNumberOfRequiredParameters()) {
|
| /plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/ |
| D | MatrixClient.php | 264 * @param bool $isPublic The public/private visibility of the room. 269 …public function createRoom(?string $alias = null, bool $isPublic = false, array $invitees = []): R… argument 270 $response = $this->api->createRoom($alias, null, $isPublic, $invitees);
|
| D | MatrixHttpApi.php | 231 * @param bool $isPublic Optional. The public/private visibility. 237 public function createRoom(string $alias = null, string $name = null, bool $isPublic = false, argument 240 "visibility" => $isPublic ? "public" : "private"
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/ |
| D | StandardTestSuiteLoader.php | 78 $method->isPublic() &&
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Invocation/ |
| D | Static.php | 190 $cloneable = $method->isPublic();
|
| /plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/ |
| D | Doubler.php | 112 || ($constructor->isPublic() && !$constructor->isFinal())) {
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
| D | TestSuite.php | 161 !$constructor->isPublic()) { 846 if (!$method->isPublic()) {
|
| D | TestCase.php | 2485 $reflector->getMethod('__clone')->isPublic()) {
|
| 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/ |
| D | Generator.php | 1301 if ($method->isPublic() || $method->isAbstract()) {
|