Home
last modified time | relevance | path

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

12345678910>>...15

/plugin/jplayer/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/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt2321 filename.ext.[byte offset of APIC data].[jpg|gif|png]
/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/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js1411 var ext,
1419 ext = moduleNamePlusExt.substring(index, moduleNamePlusExt.length);
1424 relMap && relMap.id, true), ext, true);
1543 nameToUrl: function (moduleName, ext, skipExt) { argument
1555 url = moduleName + (ext || '');
1592 url += (ext || (/\?/.test(url) || skipExt ? '' : '.js'));
/plugin/latex-was/
H A Dadmin.php248 foreach($tmpext as $ext) {
249 $fname = $tmpf.'.'.$ext;
252 … $rendstr = $plug->render('xhtml', $xhtml, '{{'.$tmpw.'.'.$ext.'?linkonly&nocache|'.$fname.'}}');
/plugin/latex/
H A Dadmin.php247 foreach($tmpext as $ext) {
248 $fname = $tmpf.'.'.$ext;
251 $rendstr = $this->render('{{'.$tmpw.'.'.$ext.'?linkonly&nocache|'.$fname.'}}');
/plugin/latexport/implementation/
H A Ddecorator.php41 * @param ext The extension. Default value is '.tex'.
44 protected function texifyPageId($pageId, $ext = 'tex') { argument
45 return str_replace(':','-',$pageId).'.'.$ext;
71 $ext = pathinfo($filename, PATHINFO_EXTENSION);
72 if ($ext) {
73 $filename = substr($filename, 0, -strlen($ext) - 1);
76 return "$texifiedFilename.$ext";
H A Ddecorator_persister.php835 $ext = pathinfo($filename, PATHINFO_EXTENSION);
837 switch($ext) {
/plugin/lightweightcss/
H A Daction.php127 $event->data->cache = getCacheName( $event->data->key, $event->data->ext );
/plugin/linkmanager/
H A Dfunctions.php114 list($ext,$mime) = mimetype($item['file']);
115 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/livemark/
H A Daction.php28 $ext=$data['ext'];
29 $cacheFile = getCacheName($data['file'],".media.watermark.$ext");
/plugin/mdpage/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/medialist/
H A Dhelper.php202 list($ext,$mime) = mimetype($item['id']);
203 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/mediarename/
H A Daction.php85 $ext=strrchr($id,'.');
87 if ($ext) {
88 $tmp=substr($id,0,strrpos($id,'.')).'_'.$cnt.$ext;
/plugin/mediasyntax/
H A Daction.php190 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/mermaid/
H A Dmermaid.min.js[all...]
/plugin/move/helper/
H A Dfile.php80 $ext = mimetype($src_name);
81 if($ext[0] !== false) {
82 $name = substr($src_name, 0, -1 * strlen($ext[0]) - 1);
92 $regex = '\.\d+\.' . preg_quote((string) $ext[0], '/');
/plugin/newpagetemplate/
H A Dadmin.php156 list($id,$ext) = explode('.',$file);
/plugin/news/
H A Dhelper.php70 function getMetaFN($file,$ext) { argument
73 return metaFN($file, $ext);
/plugin/nodetailsxhtml/
H A Drenderer.php416 list($ext, $mime) = mimetype($src);
437 $ext = strrpos($src, '.');
440 $additionalSrc = substr( $src, 0, $ext) . $extension . substr($src, $ext+1);
/plugin/nroff/
H A Drenderer.php717 list($ext,$mime) = mimetype($src);
725 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
756 list($ext,$mime) = mimetype($src);
765 $link['class'] .= ' mediafile mf_'.$ext;
965 list($ext,$mime) = mimetype($src);
978 }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/nsexport/packer/ziphtml/
H A Dpacker.php8 public $ext = 'zip'; variable in plugin_nsexport_packer_ziphtml
H A Drenderer.php117 list($ext,$mime,$dl) = mimetype($src);
122 }elseif($ext === 'jpg' || $ext === 'jpeg'){
206 list($ext,$mime,$dl) = mimetype($src);
213 $class = preg_replace('/[^_\-a-z0-9]+/i','_',$ext);
/plugin/oauth/
H A Dcomposer.lock33 "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",

12345678910>>...15