Home
last modified time | relevance | path

Searched refs:getExtension (Results 26 – 50 of 68) sorted by last modified time

123

/plugin/combo/ComboStrap/
H A DPath.php33 function getExtension(): string; function
48 * {@link PathAbs::getExtension()} as utility
H A DSite.php900 if ($scriptName->getExtension() === 'php') {
904 if ($phpSelf->getExtension() === "php") {
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
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php237 if (!\in_array($file->getExtension(), ['yml', 'yaml'])) {
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2getExtension("WEBGL_depth_texture")||t.getExtension("MOZ_WEBGL_depth_texture")||t.getExtension("WE…
/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/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/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/deletehistory/
H A Dhelper.php82 … if (!$file->isDir() && $file->getExtension() === 'changes' && $file->getFilename()[0] !== '_') {
/plugin/ol3/
H A Dscript.js8 …_={},r.currentProgram_=null,pt(g(xc(),"OES_element_index_uint"),63),i.getExtension("OES_element_in…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php81 …$invoker = $this->twig->getExtension('Assetic\Extension\Twig\AsseticExtension')->getFilterInvoker(…
/plugin/pycode/
H A Dscript.js332 getExtension: function(src_url) { method in pycode_wiz
366 if (pycode_wiz.getExtension(data["src_url"]) == "no-py" &&
/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/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/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/symfony/yaml/Command/
H A DLintCommand.php194 if (!\in_array($file->getExtension(), ['yml', 'yaml'])) {
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DSplFileInfo.php90 ->string($result->getExtension())
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php919 public function getExtension($class) function in Twig\\Environment
/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');

123