Home
last modified time | relevance | path

Searched refs:ext (Results 126 – 150 of 360) sorted by path

12345678910>>...15

/plugin/displayfile/
H A Dsyntax.php107 $ext = pathinfo($target , PATHINFO_EXTENSION);
111 if (count($deny_extensions) > 0 && in_array($ext, $deny_extensions))
112 { return sprintf($this->getLang('error_extension_deny'), $ext); }
116 if (count($allow_extensions) > 0 && !in_array($ext, $allow_extensions))
117 { return sprintf($this->getLang('error_extension_allow'), $ext); }
233 list($ext) = mimetype($title, false);
234 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
/plugin/dlcount/
H A Dadmin.php71 list ($ext, $mime, $dl) = mimetype($mediafile);
/plugin/doi/Resolver/
H A DAbstractResolver.php85 $ext = trim($this->getCacheExtension(), '.');
86 if ($ext === '') {
87 $ext = strtolower(str_replace('Resolver', '', $class));
91 $cache = getCacheName($id, '.' . $ext . '.json');
/plugin/dokumicrobugtracker/
H A Dedit.php50 …FN2($id,$ext){ global $conf; $id = cleanID($id); $id = str_replace(':','/',$id); $fn =… argument
H A Dsyntax.php12 …FN2($id,$ext){ global $conf; $id = cleanID($id); $id = str_replace(':','/',$id); $fn =… argument
/plugin/dokutexit/
H A Dlatex.php1217 $this->unformatted('img '. $filename . '('. $mime . '=>' . $ext . ')');
1319 list($ext,$mime) = mimetype($src);
1361 function get_from_URL($url,$ext,$cache) { argument
1364 $local = getCacheName(strtolower($url),".media.$ext");
1395 list($ext,$mime) = mimetype($src);
1397 $filename = $this->get_from_URL($src,$ext,$this->calc_cache($cache));
1505 list($ext,$mime) = mimetype($src);
1523 list($ext,$mime) = mimetype($src);
1527 $filename = $this->get_from_URL($src,$ext,$this->calc_cache($cache));
1559 list($ext,$mime) = mimetype($src);
[all …]
H A Dtexitrender.php316 function buildfilelink($ext, $prefix = '') { argument
317 $ret['id'] = $prefix . $this->_pageid . '.' . $ext;
/plugin/dropfiles/
H A Dyarn.lock624 es5-ext "^0.10.9"
753 es5-ext@^0.10.14, es5-ext@^0.10.9, es5-ext@~0.10.14:
755 …resolved "https://registry.yarnpkg.com/es5-ext/-/es5-ext-0.10.31.tgz#7bb938c95a7f1b9f728092dc09c41…
765 es5-ext "^0.10.14"
773 es5-ext "~0.10.14"
784 es5-ext "~0.10.14"
794 es5-ext "~0.10.14"
801 es5-ext "^0.10.14"
927 es5-ext "~0.10.14"
/plugin/dw2pdf/
H A DDokuImageProcessorDecorator.php44 [$ext, $mime] = mimetype($media);
46 [$ext, $mime] = mimetype($file);
77 $local = media_get_from_URL($media, $ext, -1);
96 $local = media_crop_image($local, $ext, $w, $h);
98 $local = media_resize_image($local, $ext, $w, $h);
102 $local = media_get_from_URL($file, $ext, $conf['cachetime']);
H A Dcomposer.lock24 "ext-gd": "*",
25 "ext-mbstring": "*",
40 "ext-bcmath": "Needed for generation of some types of barcodes",
41 "ext-xml": "Needed mainly for SVG manipulation",
42 "ext-zlib": "Needed for compression of embedded resources, such as fonts"
109 "ext-gd": "To output QR codes to PNG files",
110 "ext-simplexml": "To output QR codes to SVG files"
262 "ext-zlib": "*",
/plugin/dw2pdf/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;
498 findFileWithExtension($class, $ext) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md25 * Fixed SVGs using a style tag, has styles ignored ( Requires ext-dom ) (#450, @antman3351)
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DMetadataWriter.php264 throw new \Mpdf\MpdfException('ext-zlib is required for compression of associated files');
/plugin/eclipseupdateurl/
H A Dsyntax.php282 function media_get_from_URL($url,$ext,$cache) { argument
289 $local = getCacheName(strtolower($url),".media.$ext");
/plugin/elasticsearch/
H A Dcomposer.lock24 "ext-json": ">=1.3.7",
30 "ext-yaml": "*",
31 "ext-zip": "*",
39 "ext-curl": "*",
147 "ext-curl": "*",
151 "ext-curl": "Guzzle will use specific adapters if cURL is present"
258 "ext-json": "*",
259 "ext-mbstring": "*",
433 "ext-json": "*",
/plugin/elasticsearch/helper/
H A Ddocparser.php64 * ext - the extension of the file
79 list($ext, $mime) = mimetype($file);
80 if (!$ext) {
83 if (!isset($this->parsers[$ext])) {
84 throw new RuntimeException('No parser configured for files of type ' . $ext);
87 $result = $this->runParser($file, $this->parsers[$ext]);
97 'ext' => $ext,
/plugin/elasticsearch/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;
493 findFileWithExtension($class, $ext) global() argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile15 && docker-php-ext-install zip
19 RUN pecl install yaml && docker-php-ext-enable yaml
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc8 * http://php.net/manual/en/book.curl.php[ext-curl]: the Libcurl extension for
10 * Native JSON Extensions (`ext-json`) 1.3.7 or higher
/plugin/epub/
H A Drenderer.php195 list($type,$ext) = explode('/', $mime_type[1] );
356 list($type,$ext) = explode('/', $mime_type[1] );
/plugin/epub/scripts/
H A Dcss3.php335 $ext = strtolower($match[1]);
337 if($ext!='file' && (!isset($exts[$ext]) || $type=='.png')){
338 $exts[$ext] = $type;
344 foreach($exts as $ext=>$type){
345 $class = preg_replace('/[^_\-a-z0-9]+/','_',$ext);
347 $css .= ' background-image: url('.DOKU_BASE.'lib/images/fileicons/'.$ext.$type.')';
455 $ext = unslash($match[4]);
463 $url = 'data:image/'.$ext.';base64,'.$data;
/plugin/eventline/
H A Dplain.php117 list($ext,$mime,$dl) = mimetype($src,false);
235 list($ext,$mime,$dl) = mimetype($src);
240 }elseif($ext == 'jpg' || $ext == 'jpeg'){
/plugin/extendpage/
H A Daction.php61 foreach ($extensions as $ext) {
63 $event->data = rawWiki($ext['page']);
66 … ($pos === 'top' ? '':'\\\ ') . rawWiki($ext['page']) . ($pos === 'top' ? '\\\ ':''),
/plugin/extendpage/meta/
H A DAssignments.php152 * @param string $ext
165 * @param string $ext
/plugin/extranet/
H A Daction.php70 $cache->cache = getCacheName($cache->key, $cache->ext);

12345678910>>...15