Home
last modified time | relevance | path

Searched refs:ext (Results 76 – 100 of 360) sorted by last modified time

12345678910>>...15

/plugin/davcal/vendor/composer/
H A DClassLoader.php344 private function findFileWithExtension($class, $ext) argument
347 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
376 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
/plugin/indexmenu/
H A Daction.php113 $cache->cache = getCacheName($cache->key, $cache->ext);
H A Dadmin.php
H A Dscript.js480 let ext = themedir.substring(posext, themedir.length).toLowerCase();
481 if ((ext === "png") || (ext === "jpg")) {
482 extension = ext;
/plugin/authgooglesheets/
H A Dcomposer.lock254 "ext-json": "*",
261 "ext-curl": "*",
417 "ext-zlib": "*",
545 "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
547 "ext-mbstring": "Allow to work properly with unicode symbols",
548 "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
549 "ext-openssl": "Required to send log messages using SSL",
550 "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
692 … "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
1045 "ext-intl": "For best performance"
[all …]
/plugin/authgooglesheets/vendor/composer/
H A DClassLoader.php402 private function findFileWithExtension($class, $ext) argument
405 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
438 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md52 - Issue when creating stream from `php://input` and curl-ext is not installed
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php1536 $ext = [];
1538 $ext[] = 'libsodium';
1542 $ext[] = 'openssl';
1544 $ext[] = 'mcrypt';
1548 $ext[] = 'gmp';
1550 $ext[] = 'bcmath';
1553 if (!empty($ext)) {
1554 $identifier .= ' (' . implode(', ', $ext) . ')';
/plugin/gemini/
H A Dcli.php230 list($ext, $mime, $dl) = mimetype($file);
/plugin/latex-was/
H A Dadmin.php248 foreach($tmpext as $ext) {
249 $fname = $tmpf.'.'.$ext;
252 … $rendstr = $plug->render('xhtml', $xhtml, '{{'.$tmpw.'.'.$ext.'?linkonly&nocache|'.$fname.'}}');
/plugin/openas/
H A Daction.php13 private $ext = '.txt'; variable in action_plugin_openas
117 $path = "$dir/$fname" . $this->ext;
180 $path = "$dir/$fname" . $this->ext;
184 function metaFilePath($current_id, $ext='mvd', $numbered=true) { argument
189 $metafnn = metaFN($namespace, '.' . "$i.$ext");
196 $metafn = metaFN($namespace, '.' . $ext);
/plugin/xtern/
H A Dadmin.php315 $ext = pathinfo ( $path,PATHINFO_EXTENSION);
316 if($ext !='txt') continue;
/plugin/newpagetemplate/
H A Dadmin.php156 list($id,$ext) = explode('.',$file);
/plugin/pureldap/
H A Dcomposer.lock35 "ext-gmp": "For big integer support in Integer/Enumerated/OID types and tag numbers."
100 "ext-openssl": "For SSL/TLS support and some SASL mechanisms.",
101 "ext-pcntl": "For LDAP server functionality."
155 "ext-openssl": "Needed for encryption for certain mechanisms."
210 "ext-openssl": "For SSL/TLS support.",
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php303 $extensions = array_map(function ($ext) {
304 return LdapUrlExtension::parse($ext);
H A DLdapUrlExtension.php115 $ext = ($this->isCritical ? '!' : '') . str_replace(',', '%2c', self::encode($this->name));
118 $ext .= '=' . str_replace(',', '%2c', self::encode($this->value));
121 return $ext;
/plugin/pureldap/vendor/composer/
H A DClassLoader.php489 * @param string $ext
492 private function findFileWithExtension($class, $ext)
495 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
528 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
406 findFileWithExtension($class, $ext) global() argument
/plugin/commonmark/vendor/composer/
H A DClassLoader.php490 * @param string $ext
493 private function findFileWithExtension($class, $ext)
496 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
529 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
406 findFileWithExtension($class, $ext) global() argument
/plugin/commonmark/
H A Dcomposer.lock99 "ext-mbstring": "*",
113 "ext-json": "*",
362 "ext-gd": "to use Image",
363 "ext-iconv": "to use Strings::webalize(), toAscii(), chr() and reverse()",
364 "ext-intl": "to use Strings::webalize(), toAscii(), normalize() and compare()",
365 "ext-json": "to use Nette\\Utils\\Json",
366 "ext-mbstring": "to use Strings::lower() etc...",
367 "ext-tokenizer": "to use Nette\\Utils\\Reflection::getUseStatements()",
368 "ext-xml": "to use Strings::length() etc. when mbstring is not available"
556 "ext
[all...]
/plugin/move/helper/
H A Dfile.php80 $ext = mimetype($src_name);
81 if($ext[0] !== false) {
82 $name = substr($src_name, 0, -1 * strlen($ext[0]) - 1);
92 $regex = '\.\d+\.' . preg_quote((string) $ext[0], '/');
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG.md204 - Added support for ext-yaml in FrontMatterExtension (#715)
H A DREADME.md103 - [YouTube iframe extension](https://github.com/zoonru/commonmark-ext-youtube-iframe) - Replaces youtube link with iframe.
104 - [Lazy Image extension](https://github.com/simonvomeyser/commonmark-ext-lazy-image) - Adds various options for lazy loading of images.
H A DCHANGELOG-0.x.md
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md120 cd ext
/plugin/quickstats/GEOIP/
H A Dcomposer.lock24 "ext-openssl": "*",
25 "ext-pcre": "*",
142 … "ext-bcmath": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
143 … "ext-gmp": "bcmath or gmp is required for decoding larger integers with the pure PHP decoder",
144 … "ext-maxminddb": "A C-based database decoder that provides significantly faster lookups"
190 "ext-curl": "*",
191 "ext-json": "*",

12345678910>>...15