Home
last modified time | relevance | path

Searched refs:ext (Results 26 – 50 of 360) sorted by relevance

12345678910>>...15

/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Latin-Modern/
H A Dfontdata.js19ext:[9116,v],top:[9115,v]}},41:{dir:d,HW:[[0.996,w],[1.094,n],[1.194,m],[1.444,l],[1.792,j],[2.092…
H A Dfontdata-extra.js19ext:[57416,e],top:[57417,e]}},8608:{dir:r,HW:[[0.905,v],[1.351,l]],stretch:{left:[57412,e],rep:[57… property in D.8681.stretch
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/
H A Dio.pl39 local($path, $base, $ext);
45 $ext = $2;
46 if($fileName =~ /(.*)$base\.$ext$/) {
50 return($path,$base,$ext);
/plugin/jplayer/
H A Dcomposer.lock89 …"ext-SimpleXML": "SimpleXML extension is required to analyze RIFF/WAV/BWF audio files (also requir…
92 "ext-dba": "DBA extension is required to use the DBA database as a cache storage.",
93 "ext-exif": "EXIF extension is required for graphic modules.",
94 …"ext-iconv": "iconv extension is required to work with different character sets (when `ext-mbstrin…
95 "ext-json": "JSON extension is required to analyze Apple Quicktime videos.",
96 "ext-libxml": "libxml extension is required to analyze RIFF/WAV/BWF audio files.",
97 … "ext-mbstring": "mbstring extension is required to work with different character sets.",
98 …"ext-mysql": "MySQL extension is required to use the MySQL database as a cache storage (deprecated…
100 "ext-rar": "RAR extension is required for RAR archive module.",
102 … "ext-xml": "XML extension is required for graphic modules to analyze the XML metadata.",
[all …]
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Pagella/
H A Dfontdata-extra.js19ext:[57416,e],top:[57417,e]}},8608:{dir:q,HW:[[0.835,u],[1.285,k]],stretch:{left:[57412,e],rep:[57… property in C.8749.stretch
/plugin/accscounter/
H A Dhelper.php21 * @param string $ext file extension
24 function counterFN($id,$ext){ argument
28 $fn = $conf['metadir'].'/_accscounter/'.utf8_encodeFN($id).$ext;
/plugin/odt/helper/
H A Ddwcssloader.php219 $ext = strtolower($match[1]);
221 if($ext!='file' && (!isset($exts[$ext]) || $type=='.png')){
222 $exts[$ext] = $type;
228 foreach($exts as $ext=>$type){
229 $class = preg_replace('/[^_\-a-z0-9]+/','_',$ext);
231 $css .= ' background-image: url('.DOKU_BASE.'lib/images/fileicons/'.$ext.$type.')';
/plugin/webdav/
H A Dcomposer.lock71 "ext-ctype": "*",
72 "ext-date": "*",
73 "ext-dom": "*",
74 "ext-iconv": "*",
75 "ext-mbstring": "*",
76 "ext-pcre": "*",
78 "ext-spl": "*",
95 "ext-curl": "*",
96 "ext-pdo": "*"
211 "ext-ctype": "*",
[all …]
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/fonts/Gyre-Termes/
H A Dfontdata-extra.js19ext:[57416,e],top:[57417,e]}},8608:{dir:q,HW:[[0.87,u],[1.19,k]],stretch:{left:[57412,e],rep:[5741… property in C.11015.stretch
/plugin/gh/
H A Dsyntax.php154 list($ext) = mimetype($data['file'], false);
155 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
164 if (isset($this->ext2lang[$ext])) {
165 $lang = $this->ext2lang[$ext];
167 $lang = $ext;
/plugin/pageimage/
H A Dhelper.php54 list($ext,$mime,$dl) = mimetype($src);
56 if(substr($mime,0,5) == 'image' && ($ext == 'jpg' || $ext == 'jpeg' || $ext == 'png')){
/plugin/archiveupload/
H A Daction.php156 $ext = substr($file, strrpos($file,'.')+1);
158 if(in_array($ext, array('tar','gz','tgz'))) {
162 if(strpos($ext, 'gz') !== false) $compress_type = COMPRESS_GZIP;
177 } else if ($ext == 'zip') {
231 list($ext, $imime) = mimetype($this->tmpdir.'/'.$fn_old);
243 msg(sprintf($lang['uploadbadcontent'],".$ext"),-1);
/plugin/fckg/fckeditor/
H A Dextensions.php22 list($ext,$mtype) = preg_split('/\s+/', $line);
23 $extensions[] = $ext;
25 $image_extensions[] = $ext;
/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/interwiki/
H A Daction.php51 foreach ($this->extensions as $ext){
52 if(file_exists(INTERWIKI_ICONS.$key.$ext)){
53 $icon = INTERWIKI_PREFIX.$key.$ext;
/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/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/ckgedit/scripts/
H A Dcss6.php342 $ext = strtolower($match[1]);
344 if($ext!='file' && (!isset($exts[$ext]) || $type=='.png')){
345 $exts[$ext] = $type;
351 foreach($exts as $ext=>$type){
352 $class = preg_replace('/[^_\-a-z0-9]+/','_',$ext);
354 $css .= ' background-image: url('.DOKU_BASE.'lib/images/fileicons/'.$ext.$type.')';
462 $ext = unslash($match[4]);
470 $url = 'data:image/'.$ext.';base64,'.$data;
/plugin/findologicxmlexport/vendor/twig/twig/src/Util/
H A DDeprecationCollector.php37 * @param string $ext Limit the loaded templates by extension
41 public function collectDir($dir, $ext = '.twig') argument
46 ), '{'.preg_quote($ext).'$}'
/plugin/upgrade/
H A Dcomposer.lock27 "ext-bz2": "*",
28 "ext-zip": "*",
33 "ext-bz2": "For bz2 compression",
34 "ext-iconv": "Used for proper filename encode handling",
35 "ext-mbstring": "Can be used alternatively for handling filename encoding",
36 "ext-zlib": "For zlib compression"
/plugin/projects/lib/
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/bibtex/
H A Dsyntax.php410 if(@file_exists(DOKU_INC.'lib/images/fileicons/'.$ext.'.png')){
411 $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/'.$ext.'.png)';
412 }elseif(@file_exists(DOKU_INC.'lib/images/fileicons/'.$ext.'.gif')){
413 $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/'.$ext.'.gif)';
507 list($ext,$mime) = mimetype($src);
516 }elseif($ext == 'jpg' || $ext == 'jpeg'){
/plugin/nsexport/packer/
H A Dpacker.php43 return $conf['tmpdir'] . '/offline-' . $this->fileid . '.' . $this->ext;
68 $mime = mimetype('.' . $this->ext, false);
70 header('Content-Disposition: attachment; filename="export.' . $this->ext . '"');
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php105 $ext = array();
107 $ext[] = strtolower(trim($new));
108 $ext[] = strtoupper(trim($new));
110 $b = $dir.'/*.{'.implode(',', $ext).'}';
/plugin/mediarename/
H A Daction.php85 $ext=strrchr($id,'.');
87 if ($ext) {
88 $tmp=substr($id,0,strrpos($id,'.')).'_'.$cnt.$ext;

12345678910>>...15