Home
last modified time | relevance | path

Searched refs:extension (Results 51 – 75 of 369) sorted by relevance

12345678910>>...15

/plugin/html2pdf/html2pdf/html2ps/
H A Dcontent_type.class.php6 function ContentType($extension, $mime) { argument
7 $this->default_extension = $extension;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst18 share them with others, you should then create an extension as described
26 or package your code into an extension (see the next section of this
30 different possible extension points and when to use them.
38 To understand why Twig exposes so many extension points, let's see how to
60 the most complex extension point of Twig.
221 extension class.
534 An extension is a class that implements the following interface::
595 * Returns the name of the extension.
597 * @return string The extension name
701 on the extension class::
[all …]
H A Dadvanced.rst18 share them with others, you should then create an extension as described
26 extension (see the next section of this chapter).
29 different possible extension points and when to use them.
37 To understand why Twig exposes so many extension points, let's see how to
59 the most complex extension point of Twig.
590 An extension is a class that implements the following interface::
655 * Returns the name of the extension.
657 * @return string The extension name
678 return a unique identifier for the extension.
751 Adding a tag in an extension can be done by overriding the
[all …]
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A D001-load.phpt9 echo 'maxminddb extension is available';
12 maxminddb extension is available
/plugin/webcode/_test/
H A Ddokuwiki.test.php18 const extension = '.webcode'; define in dokuwiki_plugin_webcode_test
44 $cache = new cache($this->cacheKey, SELF::extension);
55 $cache = new cache($this->cacheKey, SELF::extension);
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php146 * @param string $extension file extension
150 function IsImageValid( $filePath, $extension ) argument
174 if ( !in_array( $extension, $imageCheckExtensions ) ) {
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineRightImageConfigCascade.php14 * @param string $extension
16 public function __construct($name, $imageFolder, $extension) { argument
17 parent::__construct($name, $imageFolder, $extension);
/plugin/combo/ComboStrap/
H A DMime.php69 public static function createFromExtension($extension): Mime argument
71 switch ($extension) {
117 $mimeString = $mtypes[$extension] ?? null;
119 throw new ExceptionNotFound("No mime was found for the extension ($extension)");
139 throw new ExceptionRuntime("Json is a known extension and should not throw. Error :{$e->getMessage()}");
148 throw new ExceptionRuntime("Html is a known extension and should not throw. Error :{$e->getMessage()}");
157 throw new ExceptionRuntime("Txt is a known extension and should not throw. Error :{$e->getMessage()}");
H A DFont.php59 $extension = strtolower($path->getExtension());
60 if ($extension === "ttf") {
H A DClassUtility.php26 throw new \ReflectionException("The class is defined in php core or in a php extension");
78 $extension = $child->getExtension();
82 if($extension!=='php'){
H A DThirdMediaLink.php41 $extension = FileSystems::getMime($path);
42 $tagAttributes->addClassName("mf_$extension");
/plugin/projects/syntax/
H A Dcontent.php30 $extension = array_pop($parts);
31 $lang = GeSHi::get_language_name_from_extension($extension);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphar-extension-suppressed.phpt2 phpunit --configuration tests/_files/phpunit-example-extension
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/phpunit-example-extension';
/plugin/rrdgraph/
H A Dhelper.php103 * @param String $extension The extension of the image file without a trailing dot.
109 …public function __construct($pluginName, $pageId, $extension, $recipeName, $rangeNr, $conditions, … argument
111 $extension = strtolower($extension);
113 …onstruct($pluginName, $pageId, $recipeName . '/' . $conditions . '/' . $rangeNr, "." . $extension);
369 * @param String $extension The extension of the image file without a trailing dot.
373 public function getImageCacheInfo($pageId, $recipeName, $extension, $rangeNr, $conditions) { argument
374 …$cache = new cache_rrdgraphimage($this->getPluginName(), $pageId, $extension, $recipeName, $rangeN…
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md106 MaxMind provides an optional C extension that is a drop-in replacement for
107 `MaxMind\Db\Reader`. In order to use this extension, you must install the
108 Reader API as described above and install the extension as described below. If
128 You then must load your extension. The recommend method is to add the
132 extension=maxminddb.so
142 pure PHP reader and the C extension support this type. The pure PHP reader
146 by the C extension and a decimal string (no prefix) by the pure PHP reader.
162 The GMP or BCMath extension may be required to read some databases
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
H A DConfigurableEnvironmentInterface.php
/plugin/sqlite/
H A DREADME5 The plugin detects whether PHPs PDO extension is available otherwise it
6 will look for the PHP sqlite extension.
8 PDO supports sqlite3 only, and this plugin will look for db files with extension *.sqlite3
9 The sqlite extension supports sqlite2 only, here this plugin will look for *.sqlite files.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCustomExtensionTest.php21 … public function testGetInvalidOperators(ExtensionInterface $extension, $expectedExceptionMessage) argument
31 $env->addExtension($extension);
/plugin/mediasyntax/syntax/
H A Dmedia.php48 $extension=preg_replace("/.*\./","",$filename); // e.g. png
55 if (in_array(strtolower($extension), $img_exts))
/plugin/pubmed2020/classes/
H A Dcache.php18 var $extension =''; variable in pubmed2020_cache
38 $this->extension = strtolower($_ext);
46 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
47 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
115 $patten = array($this->prefix,'.'.$this->extension);
118 if (strpos($name,$this->extension)!==false){
/plugin/docsearch/conf/
H A Dconverter.php.dist9 # This tools are defined per file extension.
11 # The config stores one extension and it's tool per line.
/plugin/data-au/lang/fr/
H A Dadmin_intro.txt5 On peut utiliser les alias de types comme tous les autres types de l'extension, mais les préfixes e…
7 Veuillez vous reporter à la [[doku>plugin:data|description de l'extension]] pour de plus amples inf…
/plugin/data/lang/fr/
H A Dadmin_intro.txt5 On peut utiliser les alias de types comme tous les autres types de l'extension, mais les préfixes et suffixes que vous indiquez ici seront ajoutés aux valeurs. On utilise généralement ceci pour lier certains types de champs à des [[doku>fr:namespaces|catégories]].
7 Veuillez vous reporter à la [[doku>plugin:data|description de l'extension]] pour de plus amples informations
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile10 # Install zip extension for PHP
17 # Install yaml extension for PHP

12345678910>>...15