Home
last modified time | relevance | path

Searched refs:ext (Results 201 – 225 of 360) sorted by relevance

12345678910>>...15

/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php582 $ext = substr($assetName, strrpos($assetName, '.') + 1);
583 if (isset($map[$ext])) {
584 $mime = $map[$ext];
/plugin/structat/action/
H A Dcache.php67 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A D.travis.yml48 phpenv config-rm xdebug.ini || echo "ext-xdebug is not available, cannot remove it.";
/plugin/dokumicrobugtracker/
H A Dsyntax.php12 …FN2($id,$ext){ global $conf; $id = cleanID($id); $id = str_replace(':','/',$id); $fn =… argument
/plugin/reflect/
H A Daction.php32 …$ext = empty( $_REQUEST['return_type'] ) ? $this->getConf('return_type') : (in_array( hsc($_REQUES…
37 $cacheFile = getCacheName($data['file'],".media.reflect.{$_REQUEST['bgc']}.$ext");
/plugin/fetchmedia/action/
H A Dajax.php149 list($ext,$mime) = mimetype($id);
153 'ext' => $ext,
/plugin/purplenumbers/
H A Drenderer.php139 list($ext) = mimetype($filename,false);
140 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/randominc/
H A Daction.php58 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php587 $ext = substr($assetName, strrpos($assetName, '.') + 1);
588 if (isset($map[$ext])) {
589 $mime = $map[$ext];
/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js1453 var ext = null;
1461 ext = name.substring(idx + 1);
1468 filters: this.ui.createFileSystemFilters(ext)
1499 var ext = null;
1508 ext = name.substring(idx + 1);
1515 filters: this.ui.createFileSystemFilters(ext)
1535 var ext = [];
1545 ext.splice(0, 0, obj);
1549 ext.push(obj);
1553 return ext;
/plugin/eclipseupdateurl/
H A Dsyntax.php282 function media_get_from_URL($url,$ext,$cache) { argument
289 $local = getCacheName(strtolower($url),".media.$ext");
/plugin/galleryv1.5/inc/
H A Dmagazinelayout.class.php224 $ext = explode(".", $file);
225 if (count($ext) == 0) return '';
226 return $ext[count($ext)-1];
/plugin/datatables/assets/datatables.net-plugins/features/searchFade/
H A DdataTables.searchFade.min.js
/plugin/tindexmenu/
H A Daction.php114 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/owncloud/tpl/
H A Ddetail.php73 list($ext,$mime,$dl) = mimetype(noNS($IMG),false);
/plugin/footer/
H A Daction.php245 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/extranet/
H A Daction.php70 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinstallation.rst65 cd ext/twig
85 2. Put Twig's C extension source code into ``C:\php-sdk\phpdev\vcXX\x86\php-source-directory\ext\tw…
/plugin/autotranslation/
H A Daction.php171 $event->data->ext
177 $event->data->ext
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_marker.js.map1ext/marker.js"],"names":["root","factory","exports","module","define","amd","window","installedMod…
H A Ddhtmlxgantt_undo.js.map1ext/undo/undo.ts","webpack://[name]/./sources/ext/undo/monitor.ts","webpack://[name]/./sources/ext
H A Ddhtmlxgantt_click_drag.js13ext||(gantt.ext={});var a={className:"gantt_click_drag_rect",useRequestAnimationFrame:!0,callback:…
/plugin/struct/action/
H A Dcache.php113 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/revealjs/
H A Drenderer.php470 list($ext) = mimetype($filename, false);
471 $class = preg_replace('/[^_\-a-z0-9]+/i', '_', $ext);
/plugin/redirect2/
H A Daction.php76 list($ext, $mime) = mimetype($dest);
77 if ($ext) { // media

12345678910>>...15