Home
last modified time | relevance | path

Searched refs:removeExtension (Results 1 – 9 of 9) sorted by last modified time

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php2647 $this->removeExtension('id-ce-authorityKeyIdentifier');
2649 $this->removeExtension('id-ce-subjectAltName');
2969 $this->removeExtension('id-ce-authorityKeyIdentifier');
2970 $this->removeExtension('id-ce-issuerAltName');
3446 public function removeExtension($id) function in phpseclib3\\File\\X509
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DEnvironmentTest.php383 $twig->removeExtension('environment_test');
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php996 public function removeExtension($name) function in Twig\\Environment
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG826 behavior by removing the extension via $env->removeExtension('escaper')
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst39 ``\Twig\Environment::removeExtension()`` method will be removed in 2.0.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py129 newFileNameOnly = removeExtension(newFileName)
H A Dfckutil.py33 def removeExtension(fileName): function
H A Dzope.py136 fileNameOnly = self.removeExtension(fileName)