Home
last modified time | relevance | path

Searched refs:ext (Results 226 – 250 of 360) sorted by path

12345678910>>...15

/plugin/oauth/vendor/composer/
H A DClassLoader.php490 * @param string $ext
493 private function findFileWithExtension($class, $ext) argument
496 $logicalPathPsr4 = strtr($class, '\\', DIRECTORY_SEPARATOR) . $ext;
529 $logicalPathPsr0 = strtr($class, '_', DIRECTORY_SEPARATOR) . $ext;
/plugin/oauth/vendor/lusitanian/oauth/
H A Dcomposer.lock34 "ext-dom": "*",
35 "ext-xdebug": ">=2.0.5"
215 "ext-tokenizer": "*",
265 "ext-ctype": "*",
266 "ext-dom": "*",
267 "ext-json": "*",
268 "ext-pcre": "*",
269 "ext-reflection": "*",
270 "ext-spl": "*",
342 "ext
[all...]
/plugin/odp/
H A DZipLib.class.php107 $ext = "\xff\xff\xff\xff";
H A Drenderer.php1033 list($ext,$mime) = mimetype($src);
1048 list($ext,$mime) = mimetype($src);
1320 list($ext,$mime) = mimetype($src);
1321 $name = 'Pictures/'.md5($src).'.'.$ext;
/plugin/odt/ODT/
H A DODTDocument.php2122 list($ext,$mime) = mimetype($fileName);
2123 $name = 'Pictures/'.md5($fileName).'.'.$ext;
H A DODTImage.php31 list($ext,$mime) = mimetype($src);
32 $name = 'Pictures/'.md5($src).'.'.$ext;
109 $ext = '.svg';
111 $name = 'Pictures/'.md5($string).'.'.$ext;
196 list($ext,$mime) = mimetype($src);
197 $name = 'Pictures/'.md5($src).'.'.$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/odt/renderer/
H A Dpage.php1237 list($ext,$mime) = mimetype($src);
1254 $tmp_name = $tmp_dir."/".md5($src).'.'.$ext;
/plugin/odt2dw/
H A Daction.php390 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->pictpath.'/'.$pict );
395 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->odtFileName );
421 $ext = $value[3];
424 $newname = noNS($this->pageName).'_Image_'.$key.$ext;
/plugin/odtplus2dw/
H A Daction.php444 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->pictpath.'/'.$pict );
449 list( $ext, $mime ) = mimetype( $this->uploadDir.'/'.$this->userFileName );
475 $ext = $value[3];
483 $newFileName = noNS($this->pageName).'_image_'.$key.$ext;
/plugin/offline/
H A Drenderer.php170 list($ext,$mime) = mimetype($src);
175 }elseif($ext == 'jpg' || $ext == 'jpeg'){
/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/openid/Auth/OpenID/
H A DBigMath.php470 $ext = Auth_OpenID_detectMathLibrary(Auth_OpenID_math_extensions());
471 if ($ext === false) {
483 $class = $ext['class'];
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/orphanmedia/
H A Dsyntax.php295 list($ext,$mime,$dl) = mimetype(mediaFN($m_link),false);
297 if (@file_exists(DOKU_INC.'lib/images/fileicons/'.$ext.'.png')) {
298 $icon = DOKU_BASE.'lib/images/fileicons/'.$ext.'.png';
/plugin/orphanmedia2/
H A Dsyntax.php296 list($ext,$mime,$dl) = mimetype(mediaFN($m_link),false);
298 if (@file_exists(DOKU_INC.'lib/images/fileicons/'.$ext.'.png')) {
299 $icon = DOKU_BASE.'lib/images/fileicons/'.$ext.'.png';
/plugin/owncloud/
H A Dhelper.php305 list($name, $ext) = $this->filenameAndExtension($file);
306 $path = $oldmedia.'/'.$name.'.'.$line[0].'.'.$ext;
340 $ext = substr($file, $extPos + 1);
342 return array($name, $ext);
432 list($ext,$mime,$dl) = mimetype($src,false);
441 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
443 if(empty($ext)){
496 list($ext,$mime,$dl) = mimetype($src,false);
505 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
693 list($ext,$mime,$dl) = mimetype($src);
[all …]
/plugin/owncloud/tpl/
H A Ddetail.php73 list($ext,$mime,$dl) = mimetype(noNS($IMG),false);
/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/pagequery/
H A Daction.php60 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1ext.js","webpack://pdfjs-dist/build/pdf/node_modules/core-js/modules/_wks-define.js","webpack://pd…
H A Dpdf.worker.js.map1ext.js","webpack://pdfjs-dist/build/pdf.worker/node_modules/core-js/modules/_wks-define.js","webpa…
/plugin/pgn4web/
H A DREADME.md40 find pgn4web/ -type f -name "*.png" | xargs pngquant --ext .png --force --skip-if-larger # (optiona…
/plugin/photogallery/
H A DpgFetch.php154 function media_photogallery_image($file, $ext, $w, $h, $opt){ argument
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default227 … 'src' parameter can be "http://<thishostname>/path/image.ext" instead of just "/path/image.ext"; …

12345678910>>...15