Home
last modified time | relevance | path

Searched refs:ext (Results 251 – 275 of 360) sorted by path

1...<<1112131415

/plugin/plantuml/
H A Dsyntax.php101 function _cachename($data, $ext){ argument
106 return getcachename(join('x', array_values($data)), ".plantuml.$ext");
/plugin/podcast/action/
H A Dfeed.php104 $ext = ( $opt['podcast_format']
108 if( isset( $p['files'][$ext] )) {
109 $file_url = $p['files'][$ext]['url'];
110 $length = $p['files'][$ext]['size'];
/plugin/podcast/blogtng-tpl/
H A Dentry.php42 foreach( $files as $ext => $f ) {
45 $links[] = " <li><a href='".$f['url']."' />".$p['nr'].".$ext(".$f['hsize'].")</a></li>"; }
H A Dlist.php27 foreach( $files as $ext => $f ) {
30 $links[] = " <li><a href='".$f['url']."' />".$p['nr'].".$ext(".$f['hsize'].")</a></li>"; }
/plugin/podcast/
H A Dhelper.php40 foreach( $extensions as $ext ) {
41 $f = "$name.$ext";
42 if( isset( $meta[$ext] ) && $meta[$ext]['url'] == $f ) {
43 $files[$ext] = $meta[$ext]; }
46 $files[$ext] = array(
95 foreach( $extensions as $ext ) {
96 $f = "$name.$ext";
99 $files[$ext] = array(
/plugin/preservefilenames/
H A Daction_adorabelle.php51 list($ext,$mime,$dl) = mimetype($item['file'],false);
52 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
H A Daction_angua.php366 list($ext,$mime,$dl) = mimetype($item['file'],false);
367 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
H A Daction_anteater.php205 list($ext, $mime, $dl) = mimetype($src);
208 list($ext, $mime, $dl) = mimetype($src);
215 && ($ext === 'jpg' || $ext === 'jpeg')
/plugin/prettyphoto/
H A Drenderer.php31 list($ext,$mime,$dl) = mimetype($src,false);
42 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/projects/lib/
H A Dproject_file.php75 list($ext, $mime) = mimetype($path);
H A Dtools.php44 function has_extension($name, $ext) { argument
45 $n = strlen($ext);
48 return stristr($tail, $ext) != false;
147 list($ext, $mime, $dl) = mimetype($id, false);
148 if ($ext === false)
/plugin/publist/bib2tpl/lib/
H A DPEAR.php699 * @param string $ext The extension name
702 function loadExtension($ext) argument
704 if (extension_loaded($ext)) {
729 return @dl('php_'.$ext.$suffix) || @dl($ext.$suffix);
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php699 * @param string $ext The extension name
702 function loadExtension($ext) argument
704 if (extension_loaded($ext)) {
729 return @dl('php_'.$ext.$suffix) || @dl($ext.$suffix);
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php699 * @param string $ext The extension name
702 function loadExtension($ext) argument
704 if (extension_loaded($ext)) {
729 return @dl('php_'.$ext.$suffix) || @dl($ext.$suffix);
/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/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/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/purplenumbers/
H A Drenderer.php139 list($ext) = mimetype($filename,false);
140 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/pycode/
H A Dmethod.php709 $ext = pathinfo($name_file, PATHINFO_EXTENSION);
786 if (in_array($ext, $extensions)) {
H A Dscript.js333 var ext = src_url.slice(-3); // get .py
334 if (ext == ".py") {
/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": "*",
/plugin/quickstats/GEOIP/vendor/composer/
H A DClassLoader.php370 private function findFileWithExtension($class, $ext) argument
373 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
406 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DCHANGELOG.md66 * Fix incorrect version in `ext/php_maxminddb.h`. GitHub #48.
H A DREADME.md120 cd ext

1...<<1112131415