Home
last modified time | relevance | path

Searched refs:getExtension (Results 1 – 25 of 68) sorted by path

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
H A DConfigManagementHierarchyControllerDeploymentState.php41 public function getExtension() function in Google\\Service\\GKEHub\\ConfigManagementHierarchyControllerDeploymentState
H A DConfigManagementHierarchyControllerVersion.php41 public function getExtension() function in Google\\Service\\GKEHub\\ConfigManagementHierarchyControllerVersion
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PaymentsResellerSubscription/
H A DGoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest.php39 public function getExtension() function in Google\\Service\\PaymentsResellerSubscription\\GoogleCloudPaymentsResellerSubscriptionV1ExtendSubscriptionRequest
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php365 if ($file->getExtension() != 'php') {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php365 if ($file->getExtension() != 'php') {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php485 $currentKeyIdentifier = $this->getExtension('id-ce-subjectKeyIdentifier');
534 $currentKeyIdentifier = $this->getExtension('id-ce-subjectKeyIdentifier');
1079 if ($names = $this->getExtension('id-ce-subjectAltName')) {
1219 $opts = $this->getExtension('id-pe-authorityInfoAccess');
1321 $authorityKey = $this->getExtension('id-ce-authorityKeyIdentifier');
1322 $subjectKeyID = $this->getExtension('id-ce-subjectKeyIdentifier');
2097 $subjectKeyID = $this->getExtension('id-ce-subjectKeyIdentifier', $ca);
2749 $keyUsage = $this->getExtension('id-ce-keyUsage');
2759 $basicConstraints = $this->getExtension('id-ce-basicConstraints');
2960 $crlNumber = $this->getExtension('id-ce-cRLNumber');
[all …]
/plugin/combo/ComboStrap/
H A DBootstrap.php304 $extension = $file->getExtension();
H A DCacheLog.php46 $fetcher->getMime()->getExtension(),
69 $fetcher->getMime()->getExtension(),
H A DClassUtility.php78 $extension = $child->getExtension();
H A DFetcherCache.php48 $this->fileCache = new Cache($cacheKey, ".{$fetcher->getMime()->getExtension()}");
H A DFetcherMarkup.php559 $extension = $this->getMime()->getExtension();
590 $this->builderName = $this->getMime()->getExtension();
637 if (!$this->isPathExecution() || $this->mime->getExtension() === MarkupRenderer::METADATA_EXTENSION) {
705 $extension = $this->getMime()->getExtension();
793 if (!in_array($this->getMime()->getExtension(), ["html", "xhtml"])) {
H A DFetcherMarkupBuilder.php332 $extension = $this->mime->getExtension();
H A DFetcherScreenshot.php184 ->resolve($lastNameWithoutExtension . "." . $this->getMime()->getExtension());
H A DFetcherVignette.php77 $extension = $this->mime->getExtension();
284 $extension = FileSystems::getMime($imagePath)->getExtension();
304 $vignetteNameValue = $this->pagePath->getWikiId() . "." . $this->mime->getExtension();
387 $extension = $mime->getExtension();
H A DFileSystems.php241 $extension = $path->getExtension();
H A DFont.php59 $extension = strtolower($path->getExtension());
H A DIcon.php61 $extension = $mediaDokuPath->getExtension();
H A DLocalPath.php191 public function getExtension(): string function in ComboStrap\\LocalPath
H A DMarkupPath.php2234 function getExtension(): string
2236 return $this->path->getExtension();
2232 function getExtension(): string global() function in ComboStrap\\MarkupPath
H A DMarkupRenderer.php110 $extension = $this->requestedMime->getExtension();
H A DMime.php212 public function getExtension() function in ComboStrap\\Mime
H A DPath.php33 function getExtension(): string; function
48 * {@link PathAbs::getExtension()} as utility
H A DPathAbs.php14 public function getExtension(): string function in ComboStrap\\PathAbs
25 * @return Mime based on the {@link PathAbs::getExtension()}
H A DSite.php900 if ($scriptName->getExtension() === 'php') {
904 if ($phpSelf->getExtension() === "php") {
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php98 if ($file->getExtension() === TemplateEngine::EXTENSION_HBS) {

123