Home
last modified time | relevance | path

Searched refs:extension (Results 301 – 325 of 369) sorted by path

1...<<1112131415

/plugin/pdb/classes/
H A Dcache.php9 var $extension =''; variable in plugin_cache
15 $this->extension = strtolower($_ext);
23 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
28 … $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
54 $patten = array($this->prefix,'.'.$this->extension);
57 if (strpos($name,$this->extension)!==false){
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1extension builds.\n exports.URL = URL;\n} else {\n let isURLSupported = false;\n try {\n if …
H A Dpdf.worker.js.map1extension builds.\n exports.URL = URL;\n} else {\n let isURLSupported = false;\n try {\n if …
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1extension://.../http://example.com/file.pdf\n let humanReadableUrl = '/' + defaultUrl + locatio…
/plugin/pgn4web/pgn4web/
H A Dpgn-standard-proposed-supplement.txt42 This document proposes an extension to PGN designed to offer an immediate 'work
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.changelog.txt788 a recognized filename extension (.jpeg, .png, .gif).
1432 support compiled into PHP (or php_exif extension)
H A Dphpthumb.readme.txt527 image as. Specify the base filename, the extension
/plugin/projects/syntax/
H A Dcontent.php30 $extension = array_pop($parts);
31 $lang = GeSHi::get_language_name_from_extension($extension);
/plugin/prolog/
H A Dattribute_include.php257 $extension = end(explode('.',end($subdirectories)));
258 if($extension == 'txt')
/plugin/pubchem/classes/
H A Dcache.php9 var $extension =''; variable in plugin_cache
15 $this->extension = strtolower($_ext);
23 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
28 $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
54 $patten = array($this->prefix,'.'.$this->extension);
57 if (strpos($name,$this->extension)!==false){
77 * Uses gzip if extension is .gz
78 * and bz2 if extension is .bz2
91 * Uses gzip if extension i
[all...]
/plugin/pubmed/classes/
H A Dcache.php9 var $extension =''; variable in plugin_cache
15 $this->extension = strtolower($_ext);
23 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
28 $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
54 $patten = array($this->prefix,'.'.$this->extension);
57 if (strpos($name,$this->extension)!==false){
77 * Uses gzip if extension is .gz
78 * and bz2 if extension is .bz2
91 * Uses gzip if extension i
[all...]
/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/pureldap/vendor/freedsx/asn1/
H A DCHANGELOG.md56 * Support arbitrary-precision for Integer/Enumerated types with the GMP extension.
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md78 * Renamed to FreeDSx to avoid naming confusion with the phpds extension.
H A DREADME.md2 FreeDSx LDAP is a pure PHP LDAP library. It has no requirement on the core PHP LDAP extension. This library currently implements
13 It supports encryption of the LDAP connection through TLS via the OpenSSL extension if available.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrlExtension.php21 * Represents a LDAP URL extension component. RFC 4516, Section 2.
133 * @param string $extension
137 public static function parse(string $extension): LdapUrlExtension
139 if (preg_match('/!?\w+(=.*)?/', $extension) !== 1) {
140 throw new UrlParseException(sprintf('The LDAP URL extension is malformed: %s', $extension));
142 $pieces = explode('=', $extension, 2);
132 parse(string $extension) global() argument
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DREADME.md56 [Phar extension](http://php.net/manual/en/book.phar.php) installed and
60 [cURL extension](http://php.net/manual/en/book.curl.php)
64 extension you may need to restart your web server.
66 If you are missing this extension, you will see errors like the following:
83 includes an optional C extension that you may install to dramatically increase
87 The extension has no effect on web-service lookups.
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md8 * The C extension now supports PHP 8. Pull request by John Boehr.
17 * The `maxminddb` extension now returns a string when a `uint32`
21 * For `uint64` values, the `maxminddb` extension now returns an
29 * The `maxminddb` extension now has the arginfo when using reflection.
31 * The `maxminddb` extension now provides `MINFO()` function that
32 displays the extension version and the libmaxminddb version. PR by
45 * IMPORTANT: The `maxminddb` extension now obeys `open_basedir`. If
49 upgrading the extension. This does not affect the pure PHP
59 * The `Reader` class for the `maxminddb` extension is no longer final.
105 * In the last several releases, the version number in the extension was
[all …]
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/quickstats/GEOIP/vendor/maxmind-db/reader/ext/
H A Dconfig.m42 [Whether to enable the MaxMind DB Reader extension],
3 [ --with-maxminddb Enable MaxMind DB Reader extension support])
/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/quickstats/lang/fr/
H A Dgeneral_intro.txt2 …- maintenir la listes des pages qui utilisent la syntaxe de l'extension //quickstats//, pour les t…
/plugin/referrers/
H A DREADME.md19 …he plugin using the [Extension Manager](https://www.dokuwiki.org/plugin:extension). Refer to [Plug…
/plugin/revealjs/
H A DREADME.md15 …lugin-revealjs/zipball/master in the manual installation field or use Dokuwiki's extension manager.
/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…

1...<<1112131415