Home
last modified time | relevance | path

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

123

/plugin/findologicxmlexport/vendor/jms/metadata/src/Driver/
H A DAbstractFileDriver.php28 if (null === $path = $this->locator->findFileForClass($class, $this->getExtension())) {
44 return $this->locator->findAllClasses($this->getExtension());
55 abstract protected function getExtension(): string; function in Metadata\\Driver\\AbstractFileDriver
/plugin/dev/
H A DLangProcessor.php120 if ($file->isFile() && $file->getExtension() != 'php' && $file->getExtension() != 'js') return false;
133 if ($file->getExtension() == 'php') {
135 } elseif ($file->getExtension() == 'js') {
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst57 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('d/m/Y', '%d days');
60 $twig->getExtension('core')->setDateFormat('d/m/Y', '%d days');
85 $twig->getExtension('\Twig\Extension\CoreExtension')->setTimezone('Europe/Paris');
88 $twig->getExtension('core')->setTimezone('Europe/Paris');
H A Dnumber_format.rst41 $twig->getExtension('\Twig\Extension\CoreExtension')->setNumberFormat(3, '.', ',');
44 $twig->getExtension('core')->setNumberFormat(3, '.', ',');
/plugin/combo/ComboStrap/
H A DSnippet.php388 $localPath->getExtension();
522 if ($this->path->getExtension() === self::EXTENSION_CSS) {
636 public function getExtension() function in ComboStrap\\Snippet
638 return $this->path->getExtension();
872 if ($this->getExtension() === Snippet::EXTENSION_JS) {
935 $extension = $this->getExtension();
991 $extension = $this->getExtension();
1186 $this->getExtension() === self::EXTENSION_JS
H A DCacheLog.php46 $fetcher->getMime()->getExtension(),
69 $fetcher->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 DFont.php59 $extension = strtolower($path->getExtension());
H A DPath.php33 function getExtension(): string; function
48 * {@link PathAbs::getExtension()} as utility
H A DClassUtility.php78 $extension = $child->getExtension();
H A DFetcherCache.php48 $this->fileCache = new Cache($cacheKey, ".{$fetcher->getMime()->getExtension()}");
H A DPathAbs.php14 public function getExtension(): string function in ComboStrap\\PathAbs
25 * @return Mime based on the {@link PathAbs::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"])) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst44 $twig->getExtension('\Twig\Extension\CoreExtension')->setTimezone('Europe/Paris');
47 $twig->getExtension('core')->setTimezone('Europe/Paris');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php317 $this->assertSame($ext1, $twig->getExtension('ext1'));
318 $this->assertSame($ext2, $twig->getExtension('ext2'));
328 $this->assertSame($ext, $twig->getExtension('Twig_Tests_EnvironmentTest_Extension'));
329 $this->assertSame($ext, $twig->getExtension('\Twig_Tests_EnvironmentTest_Extension'));
332 $this->assertSame($ext, $twig->getExtension('Twig\Tests\EnvironmentTest\Extension'));
414 …$this->assertInstanceOf('\Twig\Extension\ExtensionInterface', $twig->getExtension(\get_class($exte…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dnumber_format_default.test12 $twig->getExtension('\Twig\Extension\CoreExtension')->setNumberFormat(2, '!', '=');
H A Ddate_default_format.test8 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('Y-m-d', '%d days %h hours');
H A Ddate_default_format_interval.test10 $twig->getExtension('\Twig\Extension\CoreExtension')->setDateFormat('Y-m-d', '%d days %h hours');
/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/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/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php415 $formats = $env->getExtension('\Twig\Extension\CoreExtension')->getDateFormat();
464 $timezone = $env->getExtension('\Twig\Extension\CoreExtension')->getTimezone();
485 …return new \DateTime($date, false !== $timezone ? $timezone : $env->getExtension('\Twig\Extension\…
492 … $date = new \DateTime($date, $env->getExtension('\Twig\Extension\CoreExtension')->getTimezone());
562 $defaults = $env->getExtension('\Twig\Extension\CoreExtension')->getNumberFormat();
1124 $escapers = $env->getExtension('\Twig\Extension\CoreExtension')->getEscapers();
1545 $sandbox = $env->getExtension('\Twig\Extension\SandboxExtension');
/plugin/deletehistory/
H A Dhelper.php82 … if (!$file->isDir() && $file->getExtension() === 'changes' && $file->getFilename()[0] !== '_') {
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DDefaultFileFilter.java76 public String getExtension() in getExtension() method in DefaultFileFilter

123